Home
last modified time | relevance | path

Searched refs:SetStealPartitions (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/lib/core/
Dthreadpool.cc207 void ThreadPool::SetStealPartitions( in SetStealPartitions() function in tensorflow::thread::ThreadPool
209 impl_->SetStealPartitions(partitions); in SetStealPartitions()
Dthreadpool.h66 void SetStealPartitions(
/external/tensorflow/tensorflow/core/framework/
Drun_handler.cc115 inter_op_thread_pool_->SetStealPartitions(steal_partitions); in Impl()