Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/training/
Dqueue_runner.cc208 if (!cg_mu_) { in ExportCostGraph()
212 mutex_lock l(*cg_mu_); in ExportCostGraph()
218 cg_mu_.reset(new mutex()); in SetRunArgumentsAndCostGraph()
220 mutex_lock l(*cg_mu_); in SetRunArgumentsAndCostGraph()
229 if (update_costs && cg_mu_) { in RealRun()
232 mutex_lock l(*cg_mu_); in RealRun()
Dqueue_runner.h89 QueueRunner() : coord_(nullptr), stopped_(false), cg_mu_(nullptr) {} in QueueRunner()
133 mutable std::unique_ptr<mutex> cg_mu_; variable
134 std::unique_ptr<CostGraphDef> cost_graph_ TF_GUARDED_BY(cg_mu_);