Searched refs:TfLiteInterpreterOptionsSetNumThreads (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/ |
H A D | c_test.c | 70 TfLiteInterpreterOptionsSetNumThreads(options, 2); in TestInferenceUsingSignature() 158 TfLiteInterpreterOptionsSetNumThreads(options, 2); in TestRepeatResizeInputTensor() 240 TfLiteInterpreterOptionsSetNumThreads(options, 2); in TestInferenceUsingInterpreter()
|
H A D | c_api.h | 192 TFL_CAPI_EXPORT extern void TfLiteInterpreterOptionsSetNumThreads(
|
H A D | c_api_signature_runner_test.cc | 34 TfLiteInterpreterOptionsSetNumThreads(options, 2); in TEST()
|
H A D | c_api.cc | 115 void TfLiteInterpreterOptionsSetNumThreads(TfLiteInterpreterOptions* options, in TfLiteInterpreterOptionsSetNumThreads() function
|
H A D | c_api_test.cc | 45 TfLiteInterpreterOptionsSetNumThreads(options, 2); in TEST()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/ |
H A D | Interpreter.cs | 73 TfLiteInterpreterOptionsSetNumThreads(this.options, options.threads); in Interpreter() 213 private static extern unsafe void TfLiteInterpreterOptionsSetNumThreads( in TfLiteInterpreterOptionsSetNumThreads() method in TensorFlowLite.Interpreter
|
/aosp_15_r20/external/mesa3d/include/tensorflow/lite/core/c/ |
H A D | c_api.h | 186 TFL_CAPI_EXPORT extern void TfLiteInterpreterOptionsSetNumThreads(
|
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/core/ |
H A D | tflite_engine.cc | 236 TfLiteInterpreterOptionsSetNumThreads(options.get(), num_threads); in InitInterpreter()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/swift/Sources/ |
H A D | Interpreter.swift | 95 TfLiteInterpreterOptionsSetNumThreads(cInterpreterOptions, Int32(threadCount))
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/objc/sources/ |
H A D | TFLInterpreter.mm | 122 TfLiteInterpreterOptionsSetNumThreads(cOptions, (int32_t)options.numberOfThreads);
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | allintra_vis.c | 786 TfLiteInterpreterOptionsSetNumThreads(options, 2); in model_predict()
|