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). Use getProfileTfliteJobResult to get the results when the job is completed.
Authorizations
Path parameters
projectIdintegerrequired
Project ID
Body
tfliteFileBase64stringrequired
A base64 encoded TFLite file
devicestringrequired
MCU used for calculating latency, query latencyDevices
in listProject
for a list of supported devices (and use the "mcu" property here).
Responses
application/json
cURL
JavaScript
Python
HTTP
200
Last updated
Was this helpful?