'Getting Params structure seen in the input paramters of the Softmax Function from .tflite file
While looking through the source code of Softmax, I'm curious about how to access the input parameter->'params' from the .tflite file. Im interested in finding all the attributes and its value inside the params structure. With the .tflite file that i have, is there a way i could get access to them? Any sort of help is appreciated.
Solution 1:[1]
The logic can be found in this part (Note that this is tflite micro code base).
Just follow the logic on how the fields are computed from different bits of data.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Karim Nosseir |
