Home
last modified time | relevance | path

Searched refs:Interpreter (Results 1 – 14 of 14) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/
A Dnnapi_plugin_test.cc57 tflite::Interpreter* Interpreter() const { return interpreter_.get(); } in Interpreter() function in tflite::__anon593d0f790111::SingleAddOpModel
88 EXPECT_EQ(model.Interpreter()->ModifyGraphWithDelegate(delegate_.get()), in CheckExecutionPreference()
107 EXPECT_EQ(model.Interpreter()->ModifyGraphWithDelegate(delegate_.get()), in CheckExecutionPriority()
133 EXPECT_EQ(model_.Interpreter()->ModifyGraphWithDelegate(delegate_.get()), in TEST_F()
138 EXPECT_EQ(model_.Interpreter()->ModifyGraphWithDelegate(delegate_.get()), in TEST_F()
177 EXPECT_EQ(model_.Interpreter()->ModifyGraphWithDelegate(delegate_.get()), in TEST_F()
193 EXPECT_EQ(model_.Interpreter()->ModifyGraphWithDelegate(delegate_.get()), in TEST_F()
209 EXPECT_EQ(model_.Interpreter()->ModifyGraphWithDelegate(delegate_.get()), in TEST_F()
257 tflite::Interpreter* Interpreter() const { return interpreter_.get(); } in Interpreter() function in tflite::__anon593d0f790111::MultiplePartitionsModel
286 std::end(model_.Interpreter()->execution_plan()), in CountNnApiPartitions()
[all …]
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/
A Dinterpreter_test_util.h38 Interpreter* interpreter, std::unique_ptr<Delegate> delegate) { in ModifyGraphWithDelegate()
45 std::vector<Interpreter::TfLiteDelegatePtr>*
55 Interpreter::SignatureDef signature; in BuildSignature()
63 Interpreter interpreter_;
A Dinterpreter_builder.h77 TfLiteStatus operator()(std::unique_ptr<Interpreter>* interpreter);
82 TfLiteStatus operator()(std::unique_ptr<Interpreter>* interpreter,
111 TfLiteStatus ApplyDelegates(Interpreter* interpreter);
120 Interpreter* interpreter);
A Dinterpreter.h94 class Interpreter {
103 explicit Interpreter(ErrorReporter* error_reporter = DefaultErrorReporter());
105 ~Interpreter();
108 Interpreter(const Interpreter&) = delete;
109 Interpreter& operator=(const Interpreter&) = delete;
A Doptional_debug_tools.h26 void PrintInterpreterState(Interpreter* interpreter);
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/Examples/HelloTFLite/Scripts/
A DHelloTFLite.cs37 private Interpreter interpreter;
47 Debug.LogFormat("TensorFlow Lite Verion: {0}", Interpreter.GetVersion()); in Start()
49 var options = new Interpreter.Options() { in Start()
52 interpreter = new Interpreter(model.bytes, options); in Start()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/
A Dsubgraph_test_util.h123 : interpreter_(new Interpreter), builder_(new SubgraphBuilder) {} in ControlFlowOpTest()
131 std::unique_ptr<Interpreter> interpreter_;
A Dtest_util.h622 std::unique_ptr<tflite::Interpreter> interpreter_;
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
A DInterpreter.cs29 public class Interpreter : IDisposable class
61 public Interpreter(byte[] modelData): this(modelData, default(Options)) {} in Interpreter() method in TensorFlowLite.Interpreter
63 public Interpreter(byte[] modelData, Options options) { in Interpreter() method in TensorFlowLite.Interpreter
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/c/
A Dc_api_internal.h108 std::unique_ptr<tflite::Interpreter> impl;
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/
A DREADME.md5 Unity by way of a C# `Interpreter` wrapper.
/AliOS-Things-master/components/jsoncpp/src/jsontestrunner/
A DCMakeLists.txt3 find_package(Python3 COMPONENTS Interpreter)
/AliOS-Things-master/components/py_engine/engine/py/
A Dmkrules.cmake32 find_package(Python3 REQUIRED COMPONENTS Interpreter)
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/
A Dtrain_micro_speech_model.ipynb457 " interpreter = tf.lite.Interpreter(tflite_model_path)\n",

Completed in 15 milliseconds