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

  /external/tensorflow/tensorflow/cc/training/
coordinator_test.cc 126 TF_ASSERT_OK(coord.RegisterRunner(std::move(qr1)));
130 TF_ASSERT_OK(coord.RegisterRunner(std::move(qr2)));
151 TF_ASSERT_OK(coord.RegisterRunner(std::move(qr)));
166 TF_ASSERT_OK(coord.RegisterRunner(std::move(qr1)));
169 TF_ASSERT_OK(coord.RegisterRunner(std::move(qr2)));
183 TF_ASSERT_OK(coord.RegisterRunner(std::move(qr1)));
187 TF_ASSERT_OK(coord.RegisterRunner(std::move(qr2)));
191 TF_ASSERT_OK(coord.RegisterRunner(std::move(qr3)));
202 TF_ASSERT_OK(coord.RegisterRunner(std::move(qr)));
210 TF_ASSERT_OK(coord.RegisterRunner(std::unique_ptr<RunnerInterface>(qr)))
    [all...]
coordinator.h 57 /// coord.RegisterRunner(std::move(qr));
85 Status RegisterRunner(std::unique_ptr<RunnerInterface> runner);
coordinator.cc 38 Status Coordinator::RegisterRunner(std::unique_ptr<RunnerInterface> runner) {
queue_runner_test.cc 321 TF_EXPECT_OK(coord.RegisterRunner(std::move(qr0)));
322 TF_EXPECT_OK(coord.RegisterRunner(std::move(qr1)));
  /external/tensorflow/tensorflow/core/grappler/clusters/
single_machine.cc 168 coordinator_->RegisterRunner(std::move(queue_runner)));

Completed in 191 milliseconds