Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/c/
Dc_api_internal.h113 struct TfLiteInterpreter { struct
116 std::shared_ptr<const tflite::FlatBufferModel> model;
121 std::unique_ptr<tflite::ErrorReporter> optional_error_reporter;
123 std::unique_ptr<tflite::Interpreter> impl;
125 bool enable_delegate_fallback;
Dc_api.h89 typedef struct TfLiteInterpreter TfLiteInterpreter; typedef
/external/tensorflow/tensorflow/lite/objc/sources/
DTFLInterpreter+Internal.h19 typedef struct TfLiteInterpreter TfLiteInterpreter; typedef
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
DInterpreter.cs19 using TfLiteInterpreter = System.IntPtr; typedef