Profile TFLite Model
Takes in a TFLite model and returns the latency, RAM and ROM used for this model. Updates are streamed over the websocket API (or can be retrieved through the /stdout endpoint).
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/profile-tflite \
--header 'content-type: application/json' \
--header 'x-jwt-token: REPLACE_KEY_VALUE' \
--data '{"tfliteFileBase64":"string","device":"string","referenceModel":"gestures-large-f32"}'
Last updated
Was this helpful?