Given a tflite model , how do I know what operations to perform on it to get inference . I remember there used to be a function GetSubgraphs .
Is there a way available now to find the operation list on the micro ? , there are ways available to find on host machine .
Given a tflite model , how do I know what operations to perform on it to get inference . I remember there used to be a function GetSubgraphs . Is there a way available now to find the operation list on the micro ? , there are ways available to find on host machine .