Home
last modified time | relevance | path

Searched refs:send1 (Results 1 – 4 of 4) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/functional/mqueues/
Dsend_rev_2.c37 pthread_t send1, send2, rev1, rev2; variable
128 pthread_create(&send1, NULL, (void *)send_1, (void *)&mq1); in main()
132 pthread_join(send1, NULL); in main()
/external/tensorflow/tensorflow/core/common_runtime/
Dconstant_folding_test.cc463 auto send1 = ops::_Send(s.WithOpName("send1"), add1, "send1", "sender", 0, in TEST_F() local
491 Node* send1 = index.at("send1"); in TEST_F() local
498 ASSERT_EQ(1, send1->num_inputs()); in TEST_F()
499 Node* cf1 = *(send1->in_nodes().begin()); in TEST_F()
540 auto send1 = ops::_Send(s.WithOpName("send1"), shape, "send1", "sender", 0, in TEST_F() local
570 Node* send1 = index.at("send1"); in TEST_F() local
578 ASSERT_EQ(1, send1->num_inputs()); in TEST_F()
579 Node* ncf1 = *(send1->in_nodes().begin()); in TEST_F()
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_subgraphs_pass_test.cc1145 Node* send1 = SendFromHost(ops::NodeOut(key_constant, 0), "F1", "O1", {e}, in TEST() local
1169 .WithControlInputs({recv1, send1, recv2, send2}), in TEST()
1304 Node* send1 = SendFromHost(ops::NodeOut(key_constant1, 0), "F1", "O1", {e}, in TEST() local
1308 b2.opts().WithName("F1_sequencer").WithControlInputs({recv1, send1}), in TEST()
1457 Node* send1 = SendFromHost(ops::NodeOut(key_constant1, 0), "F1", "O1", {e}, in TEST() local
1460 b2.opts().WithName("F1_sequencer").WithControlInputs({recv1, send1}), in TEST()
1565 Node* send1 = in TEST() local
1568 b2.opts().WithName("F1_sequencer").WithControlInputs({send1, recv1}), in TEST()
1657 Node* send1 = in TEST() local
1660 b2.opts().WithName("F1_sequencer").WithControlInputs({recv1, send1}), in TEST()
[all …]
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler_test.cc2115 NodeDef send1; in TEST_F() local
2119 NodeSetUp("Send1", kSend, kChannelFrom0To1, 2002, &send1); in TEST_F()
2134 manager.AddNode(&send1); in TEST_F()