HomeSort by relevance Sort by last modified time
    Searched refs:ALICE (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/core/common_runtime/
executor_test.cc 142 #define ALICE "/job:j/replica:0/task:0/cpu:0"
148 auto in0 = test::graph::Recv(g.get(), "a", "float", ALICE, 1, BOB);
149 auto in1 = test::graph::Recv(g.get(), "b", "float", ALICE, 1, BOB);
151 test::graph::Send(g.get(), tmp, "c", BOB, 1, ALICE);
154 TF_ASSERT_OK(rendez_->Send(Key(ALICE, kIncarnation, BOB, "a"), args, V(1.0),
156 TF_ASSERT_OK(rendez_->Send(Key(ALICE, kIncarnation, BOB, "b"), args, V(1.0),
162 rendez_->Recv(Key(BOB, kIncarnation, ALICE, "c"), args, &out, &is_dead));
176 auto v = test::graph::Recv(g.get(), "a", "float", ALICE, 1, BOB);
182 test::graph::Send(g.get(), v, "b", BOB, 1, ALICE);
187 rendez_->Send(Key(ALICE, kIncarnation, BOB, "a"), args, V(1.0), false))
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
AttentionManagementVerifierActivity.java 61 private static final String ALICE = "Alice";
63 private static final String ALICE_EMAIL = "alice@_foo._bar";
193 insertSingleContact(ALICE, ALICE_PHONE, ALICE_EMAIL, true);
212 Log.i("InsertContactsTest", "Alice is not yet starred");
214 Log.i("InsertContactsTest", "Alice is: " + mAliceUri);
280 } else if (ALICE.equals(tag)) {
281 found.add(ALICE);
340 } else if (ALICE.equals(tag)) {
341 found.add(ALICE);
1031 Notification.Builder alice = new Notification.Builder(mContext, channelId) local
1049 Notification.Builder alice = new Notification.Builder(mContext, channelId) local
1088 Notification.Builder alice = new Notification.Builder(mContext, channelId) local
    [all...]
  /external/tensorflow/tensorflow/core/kernels/data/
single_threaded_executor_test.cc 307 #define ALICE "/job:j/replica:0/task:0/cpu:0"
313 // output of the benchmark. Conceptually, the caller is ALICE, the
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);
  /cts/tests/app/src/android/app/cts/
NotificationManagerTest.java     [all...]

Completed in 340 milliseconds