Home
last modified time | relevance | path

Searched refs:BOB (Results 1 – 25 of 132) sorted by relevance

123456

/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor_test.cc143 #define BOB "/job:j/replica:0/task:0/device:GPU:0" macro
148 auto in0 = test::graph::Recv(g.get(), "a", "float", ALICE, 1, BOB); in TEST_F()
149 auto in1 = test::graph::Recv(g.get(), "b", "float", ALICE, 1, BOB); in TEST_F()
151 test::graph::Send(g.get(), tmp, "c", BOB, 1, ALICE); in TEST_F()
154 TF_ASSERT_OK(rendez_->Send(Key(ALICE, kIncarnation, BOB, "a"), args, V(1.0), in TEST_F()
156 TF_ASSERT_OK(rendez_->Send(Key(ALICE, kIncarnation, BOB, "b"), args, V(1.0), in TEST_F()
162 rendez_->Recv(Key(BOB, kIncarnation, ALICE, "c"), args, &out, &is_dead)); in TEST_F()
176 auto v = test::graph::Recv(g.get(), "a", "float", ALICE, 1, BOB); in TEST_F()
182 test::graph::Send(g.get(), v, "b", BOB, 1, ALICE); in TEST_F()
187 rendez_->Send(Key(ALICE, kIncarnation, BOB, "a"), args, V(1.0), false)); in TEST_F()
[all …]
/external/icu/icu4c/source/data/curr/
Den_AU.txt22 BOB{
23 "BOB",
125 BOB{"$b"}
146 BOB{
Dqu_BO.txt5 BOB{
7 "BOB",
Duz_Cyrl.txt30 BOB{
31 "BOB",
260 BOB{
Dps.txt81 BOB{
82 "BOB",
83 "BOB",
655 BOB{"Bs"}
822 BOB{
823 one{"BOB"}
824 other{"BOB"}
Dmt.txt77 BOB{
78 "BOB",
79 "BOB",
627 BOB{"Bs"}
815 BOB{
816 few{"BOB"}
817 many{"BOB"}
818 one{"BOB"}
819 other{"BOB"}
Dmzn.txt73 BOB{
74 "BOB",
610 BOB{"Bs"}
747 BOB{
Dmy.txt85 BOB{
86 "BOB",
755 BOB{"Bs"}
900 BOB{
Dkm.txt77 BOB{
78 "BOB",
667 BOB{"Bs"}
809 BOB{
Dce.txt77 BOB{
78 "BOB",
651 BOB{"Bs"}
813 BOB{
Dchr.txt77 BOB{
78 "BOB",
655 BOB{"Bs"}
818 BOB{
Dky.txt77 BOB{
78 "BOB",
663 BOB{"Bs"}
827 BOB{
Dkk.txt77 BOB{
78 "BOB",
663 BOB{"Bs"}
825 BOB{
Dmr.txt77 BOB{
78 "BOB",
671 BOB{"Bs"}
835 BOB{
Dor.txt77 BOB{
78 "BOB",
651 BOB{"Bs"}
814 BOB{
Dne.txt81 BOB{
82 "BOB",
671 BOB{"Bs"}
836 BOB{
Dsi.txt77 BOB{
78 "BOB",
667 BOB{"Bs"}
831 BOB{
Dta.txt77 BOB{
78 "BOB",
671 BOB{"Bs"}
835 BOB{
Dkn.txt77 BOB{
78 "BOB",
671 BOB{"Bs"}
835 BOB{
Dsd.txt77 BOB{
78 "BOB",
655 BOB{"Bs"}
818 BOB{
Dam.txt77 BOB{
78 "BOB",
683 BOB{"Bs"}
847 BOB{
Dmn.txt77 BOB{
78 "BOB",
667 BOB{"Bs"}
831 BOB{
Dgu.txt77 BOB{
78 "BOB",
671 BOB{"Bs"}
835 BOB{
Das.txt77 BOB{
78 "BOB",
655 BOB{"Bs"}
818 BOB{
/external/tensorflow/tensorflow/core/kernels/data/
Dsingle_threaded_executor_test.cc308 #define BOB "/job:j/replica:0/task:0/gpu:0"
315 Node* x = test::graph::Recv(g, "x", "float", ALICE, 1, BOB);
316 Node* y = test::graph::Recv(g, "y", "float", ALICE, 1, BOB);
318 Node* z = test::graph::Send(g, sum, "z", BOB, 1, ALICE);

123456