Searched refs:TfLiteInterpreterOptions (Results 1 – 14 of 14) sorted by relevance
/external/tensorflow/tensorflow/lite/c/ |
D | c_api.h | 81 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);
|
D | c_api_experimental.h | 47 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);
|
D | c_api_experimental.cc | 35 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()
|
D | c_api_experimental_test.cc | 50 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()
|
D | c_api.cc | 105 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()
|
D | c_api_internal.h | 75 struct TfLiteInterpreterOptions { struct 135 const TfLiteModel* model, const TfLiteInterpreterOptions* optional_options,
|
D | c_api_test.cc | 38 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TEST() 177 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TEST() 200 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TEST() 214 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TEST()
|
D | c_test.c | 68 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TestSmokeTest()
|
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/ |
D | Interpreter.cs | 20 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/ |
D | tflite_engine.cc | 244 std::unique_ptr<TfLiteInterpreterOptions, in InitInterpreter() 245 void (*)(TfLiteInterpreterOptions*)> in InitInterpreter()
|
/external/tensorflow/tensorflow/lite/objc/sources/ |
D | TFLInterpreter.mm | 87 TfLiteInterpreterOptions *cOptions = nullptr;
|
/external/tensorflow/tensorflow/lite/g3doc/performance/ |
D | coreml_delegate.md | 106 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate();
|
D | gpu.md | 297 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate();
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | inference.md | 350 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate();
|