Home
last modified time | relevance | path

Searched refs:TfLiteInterpreterOptionsSetNumThreads (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A Dc_test.c70 TfLiteInterpreterOptionsSetNumThreads(options, 2); in TestInferenceUsingSignature()
158 TfLiteInterpreterOptionsSetNumThreads(options, 2); in TestRepeatResizeInputTensor()
240 TfLiteInterpreterOptionsSetNumThreads(options, 2); in TestInferenceUsingInterpreter()
H A Dc_api.h192 TFL_CAPI_EXPORT extern void TfLiteInterpreterOptionsSetNumThreads(
H A Dc_api_signature_runner_test.cc34 TfLiteInterpreterOptionsSetNumThreads(options, 2); in TEST()
H A Dc_api.cc115 void TfLiteInterpreterOptionsSetNumThreads(TfLiteInterpreterOptions* options, in TfLiteInterpreterOptionsSetNumThreads() function
H A Dc_api_test.cc45 TfLiteInterpreterOptionsSetNumThreads(options, 2); in TEST()
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
H A DInterpreter.cs73 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 Dc_api.h186 TFL_CAPI_EXPORT extern void TfLiteInterpreterOptionsSetNumThreads(
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/core/
H A Dtflite_engine.cc236 TfLiteInterpreterOptionsSetNumThreads(options.get(), num_threads); in InitInterpreter()
/aosp_15_r20/external/tensorflow/tensorflow/lite/swift/Sources/
H A DInterpreter.swift95 TfLiteInterpreterOptionsSetNumThreads(cInterpreterOptions, Int32(threadCount))
/aosp_15_r20/external/tensorflow/tensorflow/lite/objc/sources/
H A DTFLInterpreter.mm122 TfLiteInterpreterOptionsSetNumThreads(cOptions, (int32_t)options.numberOfThreads);
/aosp_15_r20/external/libaom/av1/encoder/
H A Dallintra_vis.c786 TfLiteInterpreterOptionsSetNumThreads(options, 2); in model_predict()