MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / ExportCostGraph

Method ExportCostGraph

tensorflow/cc/training/coordinator.cc:118–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118Status Coordinator::ExportCostGraph(CostGraphDef* cost_graph) const {
119 mutex_lock l(runners_lock_);
120 for (auto& t : runners_) {
121 Status s = t->ExportCostGraph(cost_graph);
122 if (!s.ok()) {
123 return s;
124 }
125 }
126 return Status::OK();
127}
128
129} // namespace tensorflow

Callers 2

RunMethod · 0.45
TESTFunction · 0.45

Calls 1

okMethod · 0.45

Tested by 1

TESTFunction · 0.36