HomeSort by relevance Sort by last modified time
    Searched refs:intra_op_thread_pool_ (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/
executable_run_options.cc 60 intra_op_thread_pool_ = intra_op_thread_pool;
66 return intra_op_thread_pool_;
executable_run_options.h 88 const Eigen::ThreadPoolDevice* intra_op_thread_pool_ = nullptr; member in class:xla::ExecutableRunOptions
  /external/tensorflow/tensorflow/compiler/xla/service/
backend.cc 168 intra_op_thread_pool_.reset(new IntraOpThreadPool(num_threads));
180 if (intra_op_thread_pool_ == nullptr) {
183 return intra_op_thread_pool_->device.get();
187 if (intra_op_thread_pool_ == nullptr) {
190 return intra_op_thread_pool_->pool.get();
backend.h 186 std::unique_ptr<IntraOpThreadPool> intra_op_thread_pool_; member in namespace:xla

Completed in 65 milliseconds