Searched refs:recvs (Results 1 – 8 of 8) sorted by relevance
37 my $recvs=0;327 $recvs++;419 "Recvs: $recvs\n",422 …"Operations: ".($mallocs + $callocs + $reallocs + $strdups + $wcsdups + $sends + $recvs + $sockets…
30 // HostComputeMetadata describes all the sends and recvs
37 // Optional metadata about host sends and recvs.134 // needed if multiple host send/recvs may be outstanding158 // multiple host send/recvs may be outstanding concurrently with executions.
141 communication via send/recvs). In this case, users of ParallelExecute op146 the users of the ParallelExecute op must provide mechanism (via send/recvs
604 Its primary use so far is in the scheduling of recvs, where we add605 ControlTrigger nodes and use them to trigger recvs. We allow ControlTrigger
173 void AddReadControl(const std::vector<NodeDef*>& recvs, in AddReadControl() argument175 for (NodeDef* recv : recvs) { in AddReadControl()
305 size_t recvs = 0; in TEST_F() local317 while (recvs++ < sends) in TEST_F()
611 …// Ensures that separate send/recvs are added for values that are used by ops inside of multiple I…