Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/c/
Dc_api_internal.h545 typedef struct _TfLiteDelegate { struct
549 void* data_;
556 TfLiteStatus (*Prepare)(TfLiteContext* context, TfLiteDelegate* delegate);
561 TfLiteStatus (*CopyFromBufferHandle)(TfLiteContext* context,
568 TfLiteStatus (*CopyToBufferHandle)(TfLiteContext* context,
577 void (*FreeBufferHandle)(TfLiteContext* context, TfLiteDelegate* delegate,
581 int64_t flags;