I am new to tensorflow lite, I need some help in understanding how can i access weights from a .tflite file , make modifications on those weights and reuse them or feed them back to the model.is there any advantage to converting the .tflite file to c file .
An example code snippet and explanation on weight extraction would be much appreciated .