Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/c/
Dcommon.h770 typedef struct TfLiteRegistration { struct
786 void* (*init)(TfLiteContext* context, const char* buffer, size_t length);
789 void (*free)(TfLiteContext* context, void* buffer);
796 TfLiteStatus (*prepare)(TfLiteContext* context, TfLiteNode* node);
800 TfLiteStatus (*invoke)(TfLiteContext* context, TfLiteNode* node);
827 } TfLiteRegistration; argument
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel_builder.cc855 const TfLiteRegistration*) final { in IsSupported()
860 absl::Status Parse(const TfLiteNode*, const TfLiteRegistration*, in Parse()