Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A 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;
H A Dc_api.h89 typedef struct TfLiteInterpreter TfLiteInterpreter; typedef
/aosp_15_r20/external/tensorflow/tensorflow/lite/objc/sources/
H A DTFLInterpreter+Internal.h19 typedef struct TfLiteInterpreter TfLiteInterpreter; typedef
/aosp_15_r20/external/mesa3d/include/tensorflow/lite/core/c/
H A Dc_api.h98 typedef struct TfLiteInterpreter TfLiteInterpreter; typedef
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
H A DInterpreter.cs19 using TfLiteInterpreter = System.IntPtr; typedef