Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/c/
Dc_api.h81 typedef struct TfLiteInterpreterOptions TfLiteInterpreterOptions; typedef
110 TFL_CAPI_EXPORT extern TfLiteInterpreterOptions*
115 TfLiteInterpreterOptions* options);
119 TfLiteInterpreterOptions* options, int32_t num_threads);
129 TfLiteInterpreterOptions* options, TfLiteDelegate* delegate);
138 TfLiteInterpreterOptions* options,
154 const TfLiteModel* model, const TfLiteInterpreterOptions* optional_options);
Dc_api_experimental.h47 TfLiteInterpreterOptions* options, TfLiteBuiltinOperator op,
66 TfLiteInterpreterOptions* options, const char* name,
84 TfLiteInterpreterOptions* options,
114 const TfLiteInterpreterOptions* options);
120 TfLiteInterpreterOptions* options, bool enable);
147 TfLiteInterpreterOptions* options, bool enable);
Dc_api_experimental.cc35 TfLiteInterpreterOptions* options, TfLiteBuiltinOperator op, in TfLiteInterpreterOptionsAddBuiltinOp()
45 const TfLiteInterpreterOptions* optional_options) { in TfLiteInterpreterCreateWithSelectedOps()
51 void TfLiteInterpreterOptionsAddCustomOp(TfLiteInterpreterOptions* options, in TfLiteInterpreterOptionsAddCustomOp()
61 TfLiteInterpreterOptions* options, in TfLiteInterpreterOptionsSetOpResolver()
73 void TfLiteInterpreterOptionsSetUseNNAPI(TfLiteInterpreterOptions* options, in TfLiteInterpreterOptionsSetUseNNAPI()
79 TfLiteInterpreterOptions* options, bool enable) { in TfLiteInterpreterOptionsSetEnableDelegateFallback()
Dc_api_experimental_test.cc50 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TEST()
72 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TEST()
97 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TEST()
152 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TEST()
198 void CheckExecution(TfLiteInterpreterOptions* options, in CheckExecution()
224 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TEST_F()
237 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TEST_F()
252 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TEST_F()
280 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TEST_F()
Dc_api.cc105 TfLiteInterpreterOptions* TfLiteInterpreterOptionsCreate() { in TfLiteInterpreterOptionsCreate()
106 return new TfLiteInterpreterOptions{}; in TfLiteInterpreterOptionsCreate()
109 void TfLiteInterpreterOptionsDelete(TfLiteInterpreterOptions* options) { in TfLiteInterpreterOptionsDelete()
113 void TfLiteInterpreterOptionsSetNumThreads(TfLiteInterpreterOptions* options, in TfLiteInterpreterOptionsSetNumThreads()
118 void TfLiteInterpreterOptionsAddDelegate(TfLiteInterpreterOptions* options, in TfLiteInterpreterOptionsAddDelegate()
124 TfLiteInterpreterOptions* options, in TfLiteInterpreterOptionsSetErrorReporter()
133 const TfLiteInterpreterOptions* optional_options) { in TfLiteInterpreterCreate()
239 const TfLiteModel* model, const TfLiteInterpreterOptions* optional_options, in InterpreterCreateWithOpResolver()
284 TfLiteInterpreterOptions::kDefaultNumThreads) { in InterpreterCreateWithOpResolver()
Dc_api_internal.h75 struct TfLiteInterpreterOptions { struct
135 const TfLiteModel* model, const TfLiteInterpreterOptions* optional_options,
Dc_api_test.cc38 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TEST()
177 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TEST()
200 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TEST()
214 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TEST()
Dc_test.c68 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TestSmokeTest()
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
DInterpreter.cs20 using TfLiteInterpreterOptions = System.IntPtr; typedef
59 private TfLiteInterpreterOptions options = IntPtr.Zero;
205 private static extern unsafe TfLiteInterpreterOptions TfLiteInterpreterOptionsCreate(); in TfLiteInterpreterOptionsCreate()
208 …private static extern unsafe void TfLiteInterpreterOptionsDelete(TfLiteInterpreterOptions options); in TfLiteInterpreterOptionsDelete()
212 TfLiteInterpreterOptions options, in TfLiteInterpreterOptionsSetNumThreads()
219 TfLiteInterpreterOptions optional_options); in TfLiteInterpreterCreate()
/external/tflite-support/tensorflow_lite_support/cc/task/core/
Dtflite_engine.cc244 std::unique_ptr<TfLiteInterpreterOptions, in InitInterpreter()
245 void (*)(TfLiteInterpreterOptions*)> in InitInterpreter()
/external/tensorflow/tensorflow/lite/objc/sources/
DTFLInterpreter.mm87 TfLiteInterpreterOptions *cOptions = nullptr;
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dcoreml_delegate.md106 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate();
Dgpu.md297 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate();
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dinference.md350 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate();