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

  /external/tensorflow/tensorflow/cc/training/
queue_runner.cc 213 cost_graph->MergeFrom(*cost_graph_);
221 cost_graph_.reset(new CostGraphDef());
233 cost_graph_->Swap(metadata.mutable_cost_graph());
queue_runner.h 134 std::unique_ptr<CostGraphDef> cost_graph_ GUARDED_BY(cg_mu_);
  /external/tensorflow/tensorflow/core/distributed_runtime/
message_wrappers.h 531 CostGraphDef cost_graph_; member in class:tensorflow::InMemoryRunGraphResponse
message_wrappers.cc 621 return &cost_graph_;

Completed in 500 milliseconds