Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker.cc213 token = cancellation_manager_.get_cancellation_token(); in DoRunGraph()
214 bool already_cancelled = !cancellation_manager_.RegisterCallback( in DoRunGraph()
234 cancellation_manager_.DeregisterCallback(token); in DoRunGraph()
309 token = cancellation_manager_.get_cancellation_token(); in DoPartialRunGraph()
310 cancellation_manager_.RegisterCallback(token, in DoPartialRunGraph()
316 cancellation_manager_.DeregisterCallback(token); in DoPartialRunGraph()
397 request, response, &cancellation_manager_, done); in CompleteGroupAsync()
410 request, response, &cancellation_manager_, done); in CompleteInstanceAsync()
Dworker.h121 CancellationManager cancellation_manager_; variable
Dmaster_session.h211 CancellationManager cancellation_manager_; variable
Dmaster_session.cc1723 resp, &cancellation_manager_, is_last_partial_run); in DoPartialRun()
1888 &cancellation_manager_, false); in DoRunWithLocalExecution()
1958 &cancellation_manager_); in DoRunCallable()
2014 cancellation_manager_.StartCancel(); in Close()
2041 cancellation_manager_.StartCancel(); in GarbageCollect()
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc280 cancellation_manager_(new CancellationManager()), in DirectSession()
348 delete cancellation_manager_; in ~DirectSession()
588 cancellation_manager_->get_cancellation_token(); in RunInternal()
589 const bool already_cancelled = !cancellation_manager_->RegisterCallback( in RunInternal()
662 if (!cancellation_manager_->DeregisterCallback(cancellation_token)) { in RunInternal()
883 args.cancellation_manager = cancellation_manager_; in PRunSetup()
1004 WaitForNotification(run_state, cancellation_manager_, in PRun()
1631 cancellation_manager_->StartCancel(); in Close()
Dexecutor.cc1262 CancellationManager* cancellation_manager_; member in tensorflow::__anon675242740111::ExecutorState
1395 cancellation_manager_(args.cancellation_manager), in ExecutorState()
1633 params.cancellation_manager = cancellation_manager_; in Process()
2233 if (cancellation_manager_) { in NodeDone()
2234 cancellation_manager_->StartCancel(); in NodeDone()
2502 if (cancellation_manager_) { in Finish()
2503 cancellation_manager_->StartCancel(); in Finish()
Ddirect_session.h366 CancellationManager* cancellation_manager_; variable