Searched defs:_TfLiteRegistration (Results 1 – 1 of 1) sorted by relevance
296 typedef struct _TfLiteRegistration { struct312 void* (*init)(TfLiteContext* context, const char* buffer, size_t length);315 void (*free)(TfLiteContext* context, void* buffer);322 TfLiteStatus (*prepare)(TfLiteContext* context, TfLiteNode* node);326 TfLiteStatus (*invoke)(TfLiteContext* context, TfLiteNode* node);332 int32_t builtin_code;336 const char* custom_name;