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

/external/tensorflow/tensorflow/contrib/lite/
H A Dcontext.h23 // TfLiteContext - allows an op to access the tensors
239 typedef struct TfLiteContext { struct
258 TfLiteStatus (*GetExecutionPlan)(struct TfLiteContext* context,
269 TfLiteStatus (*ResizeTensor)(struct TfLiteContext*, TfLiteTensor* tensor,
272 void (*ReportError)(struct TfLiteContext*, const char* msg, ...);
277 TfLiteStatus (*AddTensors)(struct TfLiteContext*, int tensors_to_add,
282 TfLiteStatus (*GetNodeAndRegistration)(struct TfLiteContext*, int node_index,
288 struct TfLiteContext*, TfLiteRegistration registration,
294 } TfLiteContext; typedef in typeref:struct:TfLiteContext
312 void* (*init)(TfLiteContext* contex
[all...]

Completed in 129 milliseconds