Home
last modified time | relevance | path

Searched refs:TfLiteInterpreterOptionsCreate (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A Dc_api_experimental_test.cc51 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TEST()
73 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TEST()
98 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TEST()
153 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TEST()
225 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TEST_F()
238 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TEST_F()
253 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TEST_F()
281 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TEST_F()
H A Dc_api_test.cc43 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TEST()
181 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TEST()
204 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TEST()
218 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TEST()
335 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TEST()
H A Dc_test.c68 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TestInferenceUsingSignature()
156 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TestRepeatResizeInputTensor()
238 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TestInferenceUsingInterpreter()
H A Dc_api.h185 TfLiteInterpreterOptionsCreate();
H A Dc_api_signature_runner_test.cc32 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in TEST()
H A Dc_api.cc107 TfLiteInterpreterOptions* TfLiteInterpreterOptionsCreate() { in TfLiteInterpreterOptionsCreate() function
/aosp_15_r20/external/mesa3d/src/gallium/targets/teflon/
H A Dtflite-stub.c105 TfLiteInterpreterOptions *TfLiteInterpreterOptionsCreate(void);
108 TfLiteInterpreterOptionsCreate(void) in TfLiteInterpreterOptionsCreate() function
H A Dtest_executor.cpp266 TfLiteInterpreterOptions *options = TfLiteInterpreterOptionsCreate(); in run_model()
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
H A DInterpreter.cs72 this.options = TfLiteInterpreterOptionsCreate(); in Interpreter()
207 private static extern unsafe TfLiteInterpreterOptions TfLiteInterpreterOptionsCreate(); in TfLiteInterpreterOptionsCreate() method in TensorFlowLite.Interpreter
/aosp_15_r20/external/armnn/delegate/common/src/test/
H A DDelegateTestInterpreterUtils.hpp51 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate(); in CreateTfLiteInterpreterOptions()
/aosp_15_r20/external/mesa3d/include/tensorflow/lite/core/c/
H A Dc_api.h172 TfLiteInterpreterOptionsCreate();
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/core/
H A Dtflite_engine.cc232 options{TfLiteInterpreterOptionsCreate(), in InitInterpreter()
/aosp_15_r20/external/tensorflow/tensorflow/lite/swift/Sources/
H A DInterpreter.swift86 guard let cInterpreterOptions = TfLiteInterpreterOptionsCreate() else {
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/performance/
H A Dcoreml_delegate.md106 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate();
H A Dgpu.md305 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate();
/aosp_15_r20/external/tensorflow/tensorflow/lite/objc/sources/
H A DTFLInterpreter.mm113 cOptions = TfLiteInterpreterOptionsCreate();
/aosp_15_r20/external/libaom/av1/encoder/
H A Dallintra_vis.c785 TfLiteInterpreterOptions *options = TfLiteInterpreterOptionsCreate(); in model_predict()
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/guide/
H A Dinference.md380 TfLiteInterpreterOptions* options = TfLiteInterpreterOptionsCreate();