Searched defs:TfLiteInterpreter (Results 1 – 4 of 4) sorted by relevance
113 struct TfLiteInterpreter { struct116 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;
89 typedef struct TfLiteInterpreter TfLiteInterpreter; typedef
19 typedef struct TfLiteInterpreter TfLiteInterpreter; typedef
19 using TfLiteInterpreter = System.IntPtr; typedef