Home
last modified time | relevance | path

Searched defs:send1 (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Doutfeed_receiver_test.cc170 XlaOp send1 = outfeed_receiver in TEST() local
213 XlaOp send1 = in TEST() local
256 StatusOr<XlaOp> send1 = outfeed_receiver->AddOutfeedToBuilder( in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dencapsulate_subgraphs_pass_test.cc1161 Node* send1 = in TEST() local
1333 Node* send1 = in TEST() local
1499 Node* send1 = SendFromHost(ops::NodeOut(key_constant1, 0), "F1", "F1", "O1", in TEST() local
1613 Node* send1 = SendFromHost(ops::NodeOut(key_constant, 0), "F1", "F1", "O1", in TEST() local
1711 Node* send1 = SendFromHost(ops::NodeOut(key_constant, 0), "F1", "F1", "O1", in TEST() local
1820 Node* send1 = SendFromHost(ops::NodeOut(key_constant, 0), "F1", "F1", "O1", in TEST() local
1934 Node* send1 = SendFromHost(ops::NodeOut(key_constant, 0), "F1", "F1", "O1", in TEST() local
2093 Node* send1 = in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A 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
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
/aosp_15_r20/prebuilts/go/linux-x86/test/chan/
Dselect7.go31 func send1(recv func(<-chan int)) { func
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/functional/mqueues/
H A Dsend_rev_2.c37 static pthread_t send1, send2, rev1, rev2; variable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpsc/
H A Dsync_tests.rs573 fn send1() { in send1() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sync/mpsc/
H A Dsync_tests.rs573 fn send1() { in send1() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpsc/
H A Dsync_tests.rs573 fn send1() { in send1() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpsc/
H A Dsync_tests.rs573 fn send1() { in send1() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpsc/
H A Dsync_tests.rs573 fn send1() { in send1() function
/aosp_15_r20/prebuilts/go/linux-x86/test/
Descape_reflect.go321 func send1(ch chan string, x string) { // ERROR "ch does not escape" "leaking param: x$" func
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/tests/
Dmpsc.rs1610 fn send1() { in send1() function
Dgolang.rs843 fn send1(recv: fn(Chan<i32>)) { in send1() function
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dvirtual_scheduler_test.cc487 NodeDef send1; in TEST_F() local