HomeSort by relevance Sort by last modified time
    Searched refs:_Recv (Results 1 - 9 of 9) sorted by null

  /kernel/tests/net/test/
netlink.py 171 def _Recv(self):
177 response = self._Recv()
193 response = self._Recv()
228 data = self._Recv()
271 data = self._Recv()
iproute.py 598 data = self._Recv()
663 hdr, data = cstruct.Read(self._Recv(), netlink.NLMsgHdr)
xfrm.py 565 data = self._Recv()
  /external/tensorflow/tensorflow/tools/graph_transforms/
fold_constants_test.cc 229 _Recv(o_root.WithOpName("original_recv"), DT_FLOAT, "", "", 0, "");
238 _Recv(n_root.WithOpName("original_recv"), DT_FLOAT, "", "", 0, "");
241 _Recv(n_root.WithOpName("_recv_placeholder_0"), DT_FLOAT, "", "", 0, "");
273 auto c = _Recv(n_root.WithOpName("_recv_placeholder_0"), DT_FLOAT, "", "",
275 auto d = _Recv(n_root.WithOpName("_recv_placeholder_1_0"), DT_FLOAT, "", "",
  /external/tensorflow/tensorflow/core/common_runtime/
constant_folding_test.cc 398 auto recv1 = ops::_Recv(s.WithOpName("recv1"), DT_FLOAT, "recv1", "sender",
401 auto recv2 = ops::_Recv(s.WithOpName("recv2"), DT_FLOAT, "recv2", "sender",
434 Output recv0 = ops::_Recv(s.WithOpName("recv0"), DT_FLOAT, "recv0",
437 Output recv1 = ops::_Recv(s.WithOpName("recv1"), DT_FLOAT, "recv1",
442 auto recv2 = ops::_Recv(s.WithOpName("recv2"), DT_FLOAT, "recv2", "sender",
517 Output recv0 = ops::_Recv(s.WithOpName("recv0"), DT_FLOAT, "recv0",
519 Output recv1 = ops::_Recv(s.WithOpName("recv1"), DT_FLOAT, "recv1",
582 auto recv0 = ops::_Recv(s.WithOpName("recv0"), DT_FLOAT, "recv0", "sender",
  /external/tensorflow/tensorflow/core/distributed_runtime/
cluster_function_library_runtime_test.cc 115 op: "_Recv"
156 op: "_Recv"
  /external/tensorflow/tensorflow/core/graph/
graph_partition_test.cc 53 using ops::_Recv;
120 if (ndef.op() == "_Recv") {
267 _Recv(scope_b_.WithOpName("A1/_1"), DT_FLOAT, "edge_1_A1", a, 82, b);
288 _Recv(scope_b_.WithOpName("A1/_2"), DT_FLOAT, "edge_3_A1", a, 82, b);
311 _Recv(scope_b_.WithOpName("A1/_1"), DT_FLOAT, "edge_1_A1", a, 82, b);
335 _Recv(scope_b_.WithOpName("A1/_2"), DT_FLOAT, "edge_1_A1", a, 82, b);
363 _Recv(scope_b_.WithOpName("A1/_2"), DT_FLOAT, "edge_1_A1", a, 82, b);
366 _Recv(scope_b_.WithOpName("A1/_5"), DT_FLOAT, "edge_2_A1", a, 82, b);
499 "node { name: 'B' op: '_Recv' ", kSendRecvAttrs,
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_stream_util_test.cc 108 ops::_Recv(root.WithOpName("input"), DT_FLOAT, "input", "/cpu:0", 0,
139 } else if (op == "_Recv") {
  /external/tensorflow/tensorflow/core/grappler/costs/
virtual_scheduler_test.cc 58 const string kRecv = "_Recv";
344 op: "_Recv"
    [all...]

Completed in 288 milliseconds