Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Drun_handler_util_test.cc96 int num_inter_op_threads = 9; in TEST() local
Drun_handler.cc771 explicit Impl(int num_inter_op_threads, int num_intra_op_threads) in Impl()
1075 RunHandlerPool::RunHandlerPool(int num_inter_op_threads) in RunHandlerPool()
1078 RunHandlerPool::RunHandlerPool(int num_inter_op_threads, in RunHandlerPool()
/external/tensorflow/tensorflow/core/tfrt/run_handler_thread_pool/
Drun_handler.h66 int num_inter_op_threads = 1; member