Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/training/
Dcoordinator.cc22 Coordinator::Coordinator(const std::vector<error::Code>& clean_stop_errors) in Coordinator() argument
24 if (clean_stop_errors.empty()) { in Coordinator()
27 for (const auto& code : clean_stop_errors) { in Coordinator()
Dcoordinator.h76 Coordinator(const std::vector<error::Code>& clean_stop_errors);