Searched defs:TfLiteRegistration (Results 1 – 1 of 1) sorted by relevance
808 typedef struct TfLiteRegistration { struct824 void* (*init)(TfLiteContext* context, const char* buffer, size_t length);827 void (*free)(TfLiteContext* context, void* buffer);834 TfLiteStatus (*prepare)(TfLiteContext* context, TfLiteNode* node);838 TfLiteStatus (*invoke)(TfLiteContext* context, TfLiteNode* node);865 } TfLiteRegistration; argument
Completed in 4 milliseconds