Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc533 CancellationManager step_cancellation_manager; in RunInternal() local
534 args.cancellation_manager = &step_cancellation_manager; in RunInternal()
590 cancellation_token, [&step_cancellation_manager]() { in RunInternal()
591 step_cancellation_manager.StartCancel(); in RunInternal()
657 WaitForNotification(&run_state, &step_cancellation_manager, in RunInternal()