Home
last modified time | relevance | path

Searched refs:KeyFoo (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Drendezvous_test.cc107 const Rendezvous::ParsedKey& KeyFoo() { in KeyFoo() function
119 TF_ASSERT_OK(rendez_->Send(KeyFoo(), args, V("hello"), false)); in TEST_F()
122 TF_ASSERT_OK(rendez_->Recv(KeyFoo(), args, &val, &is_dead)); in TEST_F()
130 TF_ASSERT_OK(rendez_->Send(KeyFoo(), args, V("hello"), false)); in TEST_F()
135 TF_ASSERT_OK(rendez_->Recv(KeyFoo(), args, &val, &is_dead)); in TEST_F()
144 TF_ASSERT_OK(rendez_->Recv(KeyFoo(), args, &t, &is_dead)); in TEST_F()
151 TF_ASSERT_OK(rendez_->Send(KeyFoo(), args, V("secret msg"), val_dead)); in TEST_F()
220 const auto& key_foo = KeyFoo(); in TEST_F()
245 Status status = rendez_->Recv(KeyFoo(), args, &val, &val_dead); in TEST_F()
261 Status status = rendez_->Recv(KeyFoo(), args, &val, &val_dead); in TEST_F()
[all …]