Searched refs:BOB (Results 1 – 25 of 132) sorted by relevance
123456
/external/tensorflow/tensorflow/core/common_runtime/ |
D | executor_test.cc | 143 #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/ |
D | en_AU.txt | 22 BOB{ 23 "BOB", 125 BOB{"$b"} 146 BOB{
|
D | qu_BO.txt | 5 BOB{ 7 "BOB",
|
D | uz_Cyrl.txt | 30 BOB{ 31 "BOB", 260 BOB{
|
D | ps.txt | 81 BOB{ 82 "BOB", 83 "BOB", 655 BOB{"Bs"} 822 BOB{ 823 one{"BOB"} 824 other{"BOB"}
|
D | mt.txt | 77 BOB{ 78 "BOB", 79 "BOB", 627 BOB{"Bs"} 815 BOB{ 816 few{"BOB"} 817 many{"BOB"} 818 one{"BOB"} 819 other{"BOB"}
|
D | mzn.txt | 73 BOB{ 74 "BOB", 610 BOB{"Bs"} 747 BOB{
|
D | my.txt | 85 BOB{ 86 "BOB", 755 BOB{"Bs"} 900 BOB{
|
D | km.txt | 77 BOB{ 78 "BOB", 667 BOB{"Bs"} 809 BOB{
|
D | ce.txt | 77 BOB{ 78 "BOB", 651 BOB{"Bs"} 813 BOB{
|
D | chr.txt | 77 BOB{ 78 "BOB", 655 BOB{"Bs"} 818 BOB{
|
D | ky.txt | 77 BOB{ 78 "BOB", 663 BOB{"Bs"} 827 BOB{
|
D | kk.txt | 77 BOB{ 78 "BOB", 663 BOB{"Bs"} 825 BOB{
|
D | mr.txt | 77 BOB{ 78 "BOB", 671 BOB{"Bs"} 835 BOB{
|
D | or.txt | 77 BOB{ 78 "BOB", 651 BOB{"Bs"} 814 BOB{
|
D | ne.txt | 81 BOB{ 82 "BOB", 671 BOB{"Bs"} 836 BOB{
|
D | si.txt | 77 BOB{ 78 "BOB", 667 BOB{"Bs"} 831 BOB{
|
D | ta.txt | 77 BOB{ 78 "BOB", 671 BOB{"Bs"} 835 BOB{
|
D | kn.txt | 77 BOB{ 78 "BOB", 671 BOB{"Bs"} 835 BOB{
|
D | sd.txt | 77 BOB{ 78 "BOB", 655 BOB{"Bs"} 818 BOB{
|
D | am.txt | 77 BOB{ 78 "BOB", 683 BOB{"Bs"} 847 BOB{
|
D | mn.txt | 77 BOB{ 78 "BOB", 667 BOB{"Bs"} 831 BOB{
|
D | gu.txt | 77 BOB{ 78 "BOB", 671 BOB{"Bs"} 835 BOB{
|
D | as.txt | 77 BOB{ 78 "BOB", 655 BOB{"Bs"} 818 BOB{
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | single_threaded_executor_test.cc | 308 #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