Searched defs:TfLiteStatus (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/
H A Dcontext.h21 // TfLiteStatus - Status reporting
39 typedef enum { kTfLiteOk = 0, kTfLiteError = 1 } TfLiteStatus; typedef in typeref:enum:__anon25901
258 TfLiteStatus (*GetExecutionPlan)(struct TfLiteContext* context,
269 TfLiteStatus (*ResizeTensor)(struct TfLiteContext*, TfLiteTensor* tensor,
277 TfLiteStatus (*AddTensors)(struct TfLiteContext*, int tensors_to_add,
282 TfLiteStatus (*GetNodeAndRegistration)(struct TfLiteContext*, int node_index,
287 TfLiteStatus (*ReplaceSubgraphsWithDelegateKernels)(
322 TfLiteStatus (*prepare)(TfLiteContext* context, TfLiteNode* node);
326 TfLiteStatus (*invoke)(TfLiteContext* context, TfLiteNode* node);
350 TfLiteStatus (*Prepar
[all...]

Completed in 102 milliseconds