Home
last modified time | relevance | path

Searched refs:send1 (Results 1 – 8 of 8) 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/compiler/xla/python/
Doutfeed_receiver_test.cc169 XlaOp send1 = outfeed_receiver in TEST() local
173 EXPECT_TRUE(CompileAndExecute(&builder1, send1, 0, cpu_client.get()).ok()); in TEST()
212 XlaOp send1 = in TEST() local
216 EXPECT_TRUE(CompileAndExecute(&builder, send1, 0, cpu_client.get()).ok()); in TEST()
255 StatusOr<XlaOp> send1 = outfeed_receiver->AddOutfeedToBuilder( in TEST() local
257 EXPECT_FALSE(send1.ok()); in TEST()
258 EXPECT_THAT(send1.status().ToString(), in TEST()
/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.cc1155 Node* send1 = in TEST() local
1180 .WithControlInputs({recv1, send1, recv2, send2}), in TEST()
1323 Node* send1 = in TEST() local
1328 b2.opts().WithName("F1_sequencer").WithControlInputs({recv1, send1}), in TEST()
1485 Node* send1 = SendFromHost(ops::NodeOut(key_constant1, 0), "F1", "F1", "O1", in TEST() local
1488 b2.opts().WithName("F1_sequencer").WithControlInputs({recv1, send1}), in TEST()
1597 Node* send1 = SendFromHost(ops::NodeOut(key_constant, 0), "F1", "F1", "O1", in TEST() local
1600 b2.opts().WithName("F1_sequencer").WithControlInputs({send1, recv1}), in TEST()
1693 Node* send1 = SendFromHost(ops::NodeOut(key_constant, 0), "F1", "F1", "O1", in TEST() local
1696 b2.opts().WithName("F1_sequencer").WithControlInputs({recv1, send1}), in TEST()
[all …]
/external/rust/crates/crossbeam-channel/tests/
Dgolang.rs801 fn send1(recv: fn(Chan<i32>)) { in send1() function
830 send1(recv1); in main()
833 send1(recv2); in main()
836 send1(recv3); in main()
Dmpsc.rs1582 fn send1() { in send1() function
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler_test.cc480 NodeDef send1; in TEST_F() local
484 NodeSetUp("Send1", kSend, kChannelFrom0To1, 2002, &send1); in TEST_F()
499 manager.AddNode(&send1); in TEST_F()
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
Dlegalize-tf-communication.mlir244 …%1 = "tf._XlaHostComputeMlir"(%0) {recv_key = "recv1", send_key = "send1", tpu_core = 0 : i64} : (…
363 "tf.XlaSendToHost"(%0) {key = "send1"} : (tensor<i32>) -> ()