HomeSort by relevance Sort by last modified time
    Searched defs:StartCancel (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/core/distributed_runtime/
call_options.cc 24 void CallOptions::StartCancel() {
28 // that ClearCancelCallback() does not race with StartCancel().
master_session.cc 462 void StartCancel() {
485 call.opts.StartCancel();
611 call_opts->SetCancelCallback([&calls]() { calls.StartCancel(); });
614 cm->RegisterCallback(token, [&calls]() { calls.StartCancel(); });
616 calls.StartCancel();
    [all...]
  /external/nanopb-c/generator/google/protobuf/
service.py 154 def StartCancel(self):
  /external/protobuf/python/google/protobuf/
service.py 154 def StartCancel(self):
  /external/tensorflow/tensorflow/core/framework/
cancellation.cc 30 void CancellationManager::StartCancel() {
82 // execution of any currently pending callbacks in StartCancel.
92 CancellationManager::~CancellationManager() { StartCancel(); }
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc     [all...]

Completed in 787 milliseconds