Home
last modified time | relevance | path

Searched refs:NewThreadPoolFromSessionOptions (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dprocess_util_test.cc32 thread::ThreadPool* pool = NewThreadPoolFromSessionOptions(opts); in TEST()
H A Dprocess_util.h48 thread::ThreadPool* NewThreadPoolFromSessionOptions(
H A Dprocess_util.cc156 thread::ThreadPool* NewThreadPoolFromSessionOptions( in NewThreadPoolFromSessionOptions() function
H A Ddirect_session.cc143 NewThreadPoolFromSessionOptions(options); in GlobalThreadPool()
338 thread_pools_.emplace_back(NewThreadPoolFromSessionOptions(options_), in DirectSession()
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/
H A Dtfrt_context.cc52 local_thread_pool_.reset(tensorflow::NewThreadPoolFromSessionOptions(opts)); in TfrtContext()
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Dstandalone.cc111 NewThreadPoolFromSessionOptions(params.session_options)); in FromGraph()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dcontext.cc160 thread_pool_(NewThreadPoolFromSessionOptions(opts)), in EagerContext()