Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_state.h56 : call_opts_(call_opts), in RPCState()
86 if (call_opts_) { in StartCall()
87 call_opts_->SetCancelCallback([this]() { context_->TryCancel(); }); in StartCall()
99 if (call_opts_) { in OnCompleted()
100 call_opts_->ClearCancelCallback(); in OnCompleted()
151 CallOptions* call_opts_;
Dgrpc_rpc_factory.cc47 void StartCancel() { call_opts_.StartCancel(); } in StartCancel()
60 CallOptions* call_opts() { return &call_opts_; } in call_opts()
69 CallOptions call_opts_; member in tensorflow::internal::GrpcCall