Home
last modified time | relevance | path

Searched refs:StartCancel (Results 1 – 25 of 41) sorted by relevance

12

/external/tensorflow/tensorflow/core/framework/
Dcancellation_test.cc49 manager->StartCancel(); in TEST()
57 manager->StartCancel(); in TEST()
70 manager->StartCancel(); in TEST()
90 manager->StartCancel(); in TEST()
116 cm->StartCancel(); in TEST()
136 cm.StartCancel(); in TEST()
167 manager->StartCancel(); in TEST()
186 manager->StartCancel(); in TEST()
206 parent.StartCancel(); in TEST()
216 child.StartCancel(); in TEST()
[all …]
Dcancellation.cc38 void CancellationManager::StartCancel() { in StartCancel() function in tensorflow::CancellationManager
72 child->StartCancel(); in StartCancel()
200 StartCancel(); in ~CancellationManager()
Drendezvous_test.cc164 cm->StartCancel(); in TEST_F()
177 cm->StartCancel(); in TEST_F()
199 cm->StartCancel(); in TEST_F()
217 cm->StartCancel(); in TEST_F()
Dcancellation.h64 void StartCancel();
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcall_options_test.cc25 opts.StartCancel(); in TEST()
29 opts.StartCancel(); in TEST()
31 opts.StartCancel(); in TEST()
35 opts.StartCancel(); in TEST()
Dcall_options.h44 void StartCancel();
Dcancellable_call.cc45 opts_.StartCancel(); in Cancel()
Dworker.cc208 cm->StartCancel(); in DoRunGraph()
214 token, [cm]() { cm->StartCancel(); }); in DoRunGraph()
306 cm->StartCancel(); in DoPartialRunGraph()
316 [cm]() { cm->StartCancel(); }); in DoPartialRunGraph()
Dcall_options.cc24 void CallOptions::StartCancel() { in StartCancel() function in tensorflow::CallOptions
Dmaster_session.cc539 void StartCancel() { in StartCancel() function in tensorflow::__anon4940402c0411::RunManyGraphs
599 call.opts.StartCancel(); in ReportBadStatus()
749 calls.StartCancel(); in RunPartitionsHelper()
753 cm->RegisterCallback(token, [&calls]() { calls.StartCancel(); }); in RunPartitionsHelper()
755 calls.StartCancel(); in RunPartitionsHelper()
2113 cancellation_manager_.StartCancel(); in Close()
2140 cancellation_manager_.StartCancel(); in GarbageCollect()
Dcollective_rma_distributed.cc252 abortion_cancel_mgr_.StartCancel(); in StartAbort()
Dlocal_master.cc36 call_options->StartCancel(); in WaitForNotification()
/external/tensorflow/tensorflow/core/common_runtime/
Dbuf_rendezvous_test.cc282 cm_.StartCancel(); in TEST_F()
294 cm_.StartCancel(); in TEST_F()
320 cm_.StartCancel(); in TEST_F()
332 cm_.StartCancel(); in TEST_F()
377 cm_.StartCancel(); in TEST_F()
389 cm_.StartCancel(); in TEST_F()
Dcollective_rma_local_test.cc184 cm_->StartCancel(); in TEST_F()
198 cm_->StartCancel(); in TEST_F()
227 cm_->StartCancel(); in TEST_F()
241 cm_->StartCancel(); in TEST_F()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
Dgrpc_eager_service_impl.h77 call->SetCancelCallback([call_opts]() { call_opts->StartCancel(); }); in EnqueueHandler()
94 call->SetCancelCallback([call_opts]() { call_opts->StartCancel(); }); in RunComponentFunctionHandler()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_worker_service.cc248 call->SetCancelCallback([call_opts]() { call_opts->StartCancel(); }); in RunGraphHandler()
270 call->SetCancelCallback([call_opts]() { call_opts->StartCancel(); }); in RecvTensorHandlerRaw()
289 call->SetCancelCallback([call_opts]() { call_opts->StartCancel(); }); in RecvBufHandler()
307 call->SetCancelCallback([call_opts]() { call_opts->StartCancel(); }); in CompleteGroupHandler()
326 call->SetCancelCallback([call_opts]() { call_opts->StartCancel(); }); in CompleteInstanceHandler()
Drpc_rendezvous_mgr.cc111 opts_.StartCancel(); in StartAbort()
165 opts_.StartCancel(); in StartRTCall()
Dgrpc_master_service.cc196 call->SetCancelCallback([call_opts]() { call_opts->StartCancel(); }); in RunStepHandler()
263 call->SetCancelCallback([call_opts]() { call_opts->StartCancel(); }); in RunCallableHandler()
Drpc_rendezvous_mgr_test.cc205 cm->StartCancel(); in TEST_F()
230 cm->StartCancel(); in TEST_F()
/external/protobuf/python/google/protobuf/
Dservice.py154 def StartCancel(self): member in RpcController
/external/protobuf/src/google/protobuf/
Dservice.h231 virtual void StartCancel() = 0;
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/health/
Dhealth_check_client.h82 static void StartCancel(void* arg, grpc_error* error);
Dhealth_check_client.cc416 void HealthCheckClient::CallState::StartCancel(void* arg, in StartCancel() function in grpc_core::HealthCheckClient::CallState
434 GRPC_CLOSURE_CREATE(StartCancel, this, grpc_schedule_on_exec_ctx), in Cancel()
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_execute_node.cc58 token, [call_opts, response, done]() { call_opts->StartCancel(); }); in RunAsync()
/external/tensorflow/tensorflow/core/kernels/data/
Diterator_ops.h88 ~State() { cancellation_manager_.StartCancel(); } in ~State()

12