Searched refs:send2 (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/open_posix_testsuite/functional/mqueues/ |
D | send_rev_2.c | 37 pthread_t send1, send2, rev1, rev2; variable 129 pthread_create(&send2, NULL, (void *)send_2, (void *)&mq2); in main() 133 pthread_join(send2, NULL); in main()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | constant_folding_test.cc | 465 auto send2 = ops::_Send(s.WithOpName("send2"), add2, "send2", "sender", 0, in TEST_F() local 492 Node* send2 = index.at("send2"); in TEST_F() local 502 ASSERT_EQ(1, send2->num_inputs()); in TEST_F() 503 Node* cf2 = *(send2->in_nodes().begin()); in TEST_F() 542 auto send2 = ops::_Send(s.WithOpName("send2"), size, "send2", "sender", 0, in TEST_F() local 571 Node* send2 = index.at("send2"); in TEST_F() local 582 ASSERT_EQ(1, send2->num_inputs()); in TEST_F() 583 Node* ncf2 = *(send2->in_nodes().begin()); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | encapsulate_subgraphs_pass_test.cc | 1163 Node* send2 = in TEST() local 1169 .WithControlInputs({recv1, send1, recv2, send2}), in TEST() 1326 Node* send2 = in TEST() local 1331 b2.opts().WithName("F2_sequencer").WithControlInputs({recv2, send2}), in TEST() 1476 Node* send2 = SendFromHost(ops::NodeOut(key_constant2, 0), "F2", "O1", {h}, in TEST() local 1480 b2.opts().WithName("F2_sequencer").WithControlInputs({recv2, send2}), in TEST() 2020 Node* send2 = in TEST() local 2025 .WithControlInputs({recv1, send1, recv2, send2}), in TEST()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | virtual_scheduler_test.cc | 2116 NodeDef send2; in TEST_F() local 2120 NodeSetUp("Send2", kSend, kChannelFrom1To0, 2005, &send2); in TEST_F() 2135 manager.AddNode(&send2); in TEST_F()
|