/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | call_options_test.cc | 25 opts.StartCancel(); in TEST() 29 opts.StartCancel(); in TEST() 31 opts.StartCancel(); in TEST() 35 opts.StartCancel(); in TEST()
|
D | worker.cc | 209 cm->StartCancel(); in DoRunGraph() 215 token, [cm]() { cm->StartCancel(); }); in DoRunGraph() 301 cm->StartCancel(); in DoPartialRunGraph() 311 [cm]() { cm->StartCancel(); }); in DoPartialRunGraph()
|
D | call_options.h | 44 void StartCancel();
|
D | call_options.cc | 24 void CallOptions::StartCancel() { in StartCancel() function in tensorflow::CallOptions
|
D | cancellable_call.h | 44 token, [this, token]() { opts_.StartCancel(); }); in Start()
|
D | collective_rma_distributed.cc | 183 cancel_mgr_.StartCancel(); in StartAbort()
|
D | master_session.cc | 524 void StartCancel() { in StartCancel() function in tensorflow::RunManyGraphs 547 call.opts.StartCancel(); in ReportBadStatus() 693 call_opts->SetCancelCallback([&calls]() { calls.StartCancel(); }); in RunPartitionsHelper() 696 cm->RegisterCallback(token, [&calls]() { calls.StartCancel(); }); in RunPartitionsHelper() 698 calls.StartCancel(); in RunPartitionsHelper() 2014 cancellation_manager_.StartCancel(); in Close() 2041 cancellation_manager_.StartCancel(); in GarbageCollect()
|
D | local_master.cc | 36 call_options->StartCancel(); in WaitForNotification()
|
/external/tensorflow/tensorflow/core/framework/ |
D | cancellation_test.cc | 45 manager->StartCancel(); in TEST() 53 manager->StartCancel(); in TEST() 66 manager->StartCancel(); in TEST() 86 manager->StartCancel(); in TEST() 111 cm->StartCancel(); in TEST() 138 manager->StartCancel(); in TEST() 157 manager->StartCancel(); in TEST()
|
D | cancellation.cc | 36 void CancellationManager::StartCancel() { in StartCancel() function in tensorflow::CancellationManager 110 StartCancel(); in ~CancellationManager()
|
D | cancellation.h | 54 void StartCancel();
|
/external/tensorflow/tensorflow/core/util/rpc/ |
D | call_container.h | 79 void StartCancel(); 137 StartCancel(); in CallContainer() 153 StartCancel(); in CallContainer() 167 void CallContainer<Call>::StartCancel() { in StartCancel() function 169 call.StartCancel(); in StartCancel()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_worker_service.cc | 231 call->SetCancelCallback([call_opts]() { call_opts->StartCancel(); }); in RunGraphHandler() 266 call->SetCancelCallback([call_opts]() { call_opts->StartCancel(); }); in RecvTensorHandlerRaw() 296 call->SetCancelCallback([call_opts]() { call_opts->StartCancel(); }); in RecvBufHandler() 314 call->SetCancelCallback([call_opts]() { call_opts->StartCancel(); }); in CompleteGroupHandler() 333 call->SetCancelCallback([call_opts]() { call_opts->StartCancel(); }); in CompleteInstanceHandler()
|
D | grpc_rpc_factory.cc | 47 void StartCancel() { call_opts_.StartCancel(); } in StartCancel() function in tensorflow::internal::GrpcCall
|
D | grpc_master_service.cc | 196 call->SetCancelCallback([call_opts]() { call_opts->StartCancel(); }); in RunStepHandler() 264 call->SetCancelCallback([call_opts]() { call_opts->StartCancel(); }); in RunCallableHandler()
|
D | rpc_rendezvous_mgr.cc | 110 opts_.StartCancel(); in StartAbort()
|
/external/protobuf/python/google/protobuf/ |
D | service.py | 154 def StartCancel(self): member in RpcController
|
/external/protobuf/src/google/protobuf/ |
D | service.h | 230 virtual void StartCancel() = 0;
|
/external/tensorflow/tensorflow/contrib/gdr/ |
D | gdr_collective_executor_mgr.cc | 139 cancel_mgr_.StartCancel(); in StartAbort()
|
D | gdr_rendezvous_mgr.cc | 90 opts_.StartCancel(); in StartAbort()
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | map_defun_op.cc | 103 token, [c_mgr]() { c_mgr->StartCancel(); }); in ComputeAsync()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | direct_session.cc | 591 step_cancellation_manager.StartCancel(); in RunInternal() 1631 cancellation_manager_->StartCancel(); in Close() 1697 cm->StartCancel(); in WaitForNotification()
|
D | executor.cc | 2234 cancellation_manager_->StartCancel(); in NodeDone() 2503 cancellation_manager_->StartCancel(); in Finish()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_unittest.cc | 1235 void StartCancel() { in StartCancel() function in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockController
|