Profile TFLite model
Last updated
Was this helpful?
Last updated
Was this helpful?
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). Use getProfileTfliteJobResult to get the results when the job is completed.
/api/{projectId}/jobs/profile-tflite
Project ID
A base64 encoded TFLite file
MCU used for calculating latency, query latencyDevices
in listProject
for a list of supported devices (and use the "mcu" property here).