Home
last modified time | relevance | path

Searched defs:num_recvs (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dmessage_wrappers.cc360 size_t InMemoryRunGraphRequest::num_recvs() const { return recvs_.size(); } in num_recvs() function in tensorflow::InMemoryRunGraphRequest
502 size_t MutableProtoRunGraphRequest::num_recvs() const { in num_recvs() function in tensorflow::MutableProtoRunGraphRequest
587 size_t ProtoRunGraphRequest::num_recvs() const { in num_recvs() function in tensorflow::ProtoRunGraphRequest
613 size_t InMemoryRunGraphResponse::num_recvs() const { return recvs_.size(); } in num_recvs() function in tensorflow::InMemoryRunGraphResponse
673 size_t OwnedProtoRunGraphResponse::num_recvs() const { in num_recvs() function in tensorflow::OwnedProtoRunGraphResponse
748 size_t NonOwnedProtoRunGraphResponse::num_recvs() const { in num_recvs() function in tensorflow::NonOwnedProtoRunGraphResponse
/aosp_15_r20/external/llvm-libc/libc/shared/
H A Drpc.h494 uint64_t num_recvs = 0; in recv_n() local