Home
last modified time | relevance | path

Searched refs:cost_id (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dgraph.cc132 void Node::Initialize(int id, int cost_id, in Initialize() argument
138 cost_id_ = cost_id; in Initialize()
755 int cost_id = cost_node ? cost_node->cost_id() : id; in AllocateNode() local
756 node->Initialize(id, cost_id, std::move(props)); in AllocateNode()
Dcostmodel.h63 return n->cost_id(); in Id()
Dgraph.h74 int cost_id() const { return cost_id_; } in cost_id() function
219 void Initialize(int id, int cost_id, std::shared_ptr<NodeProperties> props);
/external/tensorflow/tensorflow/core/framework/
Dstep_stats.proto56 // global id (cost_id?) for each node, or we should use a hash of
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_execution_state.cc586 VLOG(2) << "Mapping " << n->name() << " to " << n->cost_id(); in InitBaseGraph()
587 node_name_to_cost_id_map_[n->name()] = n->cost_id(); in InitBaseGraph()