Home
last modified time | relevance | path

Searched defs:num_inter_op_threads (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Drun_handler.cc779 explicit Impl(int num_inter_op_threads, int num_intra_op_threads) in Impl()
1087 RunHandlerPool::RunHandlerPool(int num_inter_op_threads) in RunHandlerPool()
1090 RunHandlerPool::RunHandlerPool(int num_inter_op_threads, in RunHandlerPool()
H A Drun_handler_util_test.cc96 int num_inter_op_threads = 9; in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/runtime/
H A Druntime.cc149 std::unique_ptr<Runtime> Runtime::Create(int num_inter_op_threads, in Create()
H A Dtf_threadpool_concurrent_work_queue.cc90 int num_inter_op_threads, int num_intra_op_threads) { in CreateDefaultTfThreadPoolWorkQueue()
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/run_handler_thread_pool/
H A Drun_handler.h67 int num_inter_op_threads = 1; member