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

  /external/tensorflow/tensorflow/core/distributed_runtime/
worker.cc 29 : env_(env), cancellation_manager_(new CancellationManager) {}
163 token = cancellation_manager_->get_cancellation_token();
164 bool already_cancelled = !cancellation_manager_->RegisterCallback(
186 cancellation_manager_->DeregisterCallback(token);
243 token = cancellation_manager_->get_cancellation_token();
244 cancellation_manager_->RegisterCallback(token,
253 cancellation_manager_->DeregisterCallback(token);
worker.h 104 CancellationManager* cancellation_manager_ GUARDED_BY(mu_);
master_session.h 192 CancellationManager cancellation_manager_; member in class:tensorflow::MasterSession
master_session.cc     [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
direct_session.cc 259 cancellation_manager_(new CancellationManager()),
328 delete cancellation_manager_;
575 cancellation_manager_->get_cancellation_token();
576 const bool already_cancelled = !cancellation_manager_->RegisterCallback(
614 if (!cancellation_manager_->DeregisterCallback(cancellation_token)) {
767 args.cancellation_manager = cancellation_manager_;
    [all...]
direct_session.h 314 CancellationManager* cancellation_manager_; member in class:tensorflow::DirectSession
executor.cc 1186 CancellationManager* cancellation_manager_; member in class:tensorflow::__anon39475::ExecutorState
    [all...]

Completed in 690 milliseconds