Home
last modified time | relevance | path

Searched defs:_TfLiteRegistration (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/
Dcontext.h296 typedef struct _TfLiteRegistration { struct
312 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;