Searched defs:TfLiteRegistration (Results 1 – 2 of 2) sorted by relevance
851 typedef struct TfLiteRegistration { struct870 void* (*init)(TfLiteContext* context, const char* buffer, size_t length);873 void (*free)(TfLiteContext* context, void* buffer);881 TfLiteStatus (*prepare)(TfLiteContext* context, TfLiteNode* node);885 TfLiteStatus (*invoke)(TfLiteContext* context, TfLiteNode* node);913 // The external version of `TfLiteRegistration`. Since we can't use internal argument918 TfLiteRegistrationExternal* registration_external; argument919 } TfLiteRegistration; typedef
1304 absl::Status Parse(const TfLiteNode*, const TfLiteRegistration*, in Parse()