Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/c/
Dc_api_internal.h98 struct TfLiteInterpreter { struct
118 // created TfLiteInterpreter using `mutable_op_resolver` as the default argument
Dc_api.h87 typedef struct TfLiteInterpreter TfLiteInterpreter; typedef
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
DInterpreter.cs19 using TfLiteInterpreter = System.IntPtr; typedef