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

  /external/tensorflow/tensorflow/cc/training/
coordinator.h 50 /// Coordinator::RequestStop() plays the key role which notifies all running
65 /// coord->RequestStop();
78 /// In the destructor, RequestStop() and Join() would be called.
91 Status RequestStop();
93 /// Returns true if its RequestStop() has been called.
106 /// RequestStop() is called.
coordinator.cc 34 RequestStop().IgnoreError();
61 Status Coordinator::RequestStop() {
coordinator_test.cc 51 TF_EXPECT_OK(coord.RequestStop());
105 coord_->RequestStop().IgnoreError();
135 TF_EXPECT_OK(coord.RequestStop());
171 TF_EXPECT_OK(coord.RequestStop());
195 TF_EXPECT_OK(coord.RequestStop());
queue_runner.cc 197 coord_->RequestStop().IgnoreError();
queue_runner_test.cc 328 TF_EXPECT_OK(coord.RequestStop());
  /external/tensorflow/tensorflow/core/grappler/clusters/
single_machine.cc 279 this->coordinator_->RequestStop().IgnoreError();

Completed in 140 milliseconds