Home
last modified time | relevance | path

Searched defs:recv_key (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dmessage_wrappers.cc362 const string& InMemoryRunGraphRequest::recv_key(size_t i) const { in recv_key() function in tensorflow::InMemoryRunGraphRequest
366 void InMemoryRunGraphRequest::add_recv_key(const string& recv_key) { in add_recv_key()
506 const string& MutableProtoRunGraphRequest::recv_key(size_t i) const { in recv_key() function in tensorflow::MutableProtoRunGraphRequest
510 void MutableProtoRunGraphRequest::add_recv_key(const string& recv_key) { in add_recv_key()
591 const string& ProtoRunGraphRequest::recv_key(size_t i) const { in recv_key() function in tensorflow::ProtoRunGraphRequest
615 const string& InMemoryRunGraphResponse::recv_key(size_t i) const { in recv_key() function in tensorflow::InMemoryRunGraphResponse
677 const string& OwnedProtoRunGraphResponse::recv_key(size_t i) const { in recv_key() function in tensorflow::OwnedProtoRunGraphResponse
752 const string& NonOwnedProtoRunGraphResponse::recv_key(size_t i) const { in recv_key() function in tensorflow::NonOwnedProtoRunGraphResponse
Dcluster_function_library_runtime.cc287 for (const auto& recv_key : recv_keys) { in Run() local
313 for (const auto& recv_key : recv_keys) { in Run() local
/external/webrtc/pc/
Ddtls_srtp_transport.cc162 rtc::ZeroOnFreeBuffer<unsigned char> recv_key; in SetupRtpDtlsSrtp() local
209 rtc::ZeroOnFreeBuffer<unsigned char>* recv_key) { in ExtractParams()
Dsrtp_filter.h90 rtc::ArrayView<const uint8_t> recv_key() { return recv_key_; } in recv_key() function
Dsrtp_transport.cc273 const uint8_t* recv_key, in SetRtpParams()
317 const uint8_t* recv_key, in SetRtcpParams()
/external/tensorflow/tensorflow/core/protobuf/
Dworker.proto261 repeated string recv_key = 4; field
/external/wpa_supplicant_8/src/radius/
Dradius.c1312 const u8 *recv_key, size_t recv_key_len) in radius_msg_add_mppe_keys()