Home
last modified time | relevance | path

Searched refs:recvs (Results 1 – 8 of 8) sorted by relevance

/external/curl/tests/
Dmemanalyze.pl37 my $recvs=0;
327 $recvs++;
419 "Recvs: $recvs\n",
422 …"Operations: ".($mallocs + $callocs + $reallocs + $strdups + $wcsdups + $sends + $recvs + $sockets…
/external/tensorflow/tensorflow/compiler/tf2xla/
Dhost_compute_metadata.proto30 // HostComputeMetadata describes all the sends and recvs
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt.proto37 // Optional metadata about host sends and recvs.
134 // needed if multiple host send/recvs may be outstanding
158 // multiple host send/recvs may be outstanding concurrently with executions.
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_device_ops.td141 communication via send/recvs). In this case, users of ParallelExecute op
146 the users of the ParallelExecute op must provide mechanism (via send/recvs
Dtf_executor_ops.td604 Its primary use so far is in the scheduling of recvs, where we add
605 ControlTrigger nodes and use them to trigger recvs. We allow ControlTrigger
/external/tensorflow/tensorflow/core/graph/
Dgraph_partition.cc173 void AddReadControl(const std::vector<NodeDef*>& recvs, in AddReadControl() argument
175 for (NodeDef* recv : recvs) { in AddReadControl()
/external/linux-kselftest/tools/testing/selftests/net/
Dtls.c305 size_t recvs = 0; in TEST_F() local
317 while (recvs++ < sends) in TEST_F()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dtpu_extract_outside_compilation.mlir611 …// Ensures that separate send/recvs are added for values that are used by ops inside of multiple I…