Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dcostmodel.h63 return n->cost_id(); in Id()
71 return n->cost_id(); in GlobalId()
Dgraph.cc129 void Node::Initialize(int id, int cost_id, in Initialize() argument
136 cost_id_ = cost_id; in Initialize()
812 int cost_id = cost_node ? cost_node->cost_id() : id; in AllocateNode() local
813 node->Initialize(id, cost_id, std::move(props), node_class); in AllocateNode()
Dgraph.h84 int cost_id() const { return cost_id_; } in cost_id() function
314 void Initialize(int id, int cost_id, std::shared_ptr<NodeProperties> props,
/external/tensorflow/tensorflow/core/framework/
Dstep_stats.proto58 // global id (cost_id?) for each node, or we should use a hash of
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_execution_state.cc633 VLOG(2) << "Mapping " << n->name() << " to " << n->cost_id(); in InitBaseGraph()
634 node_name_to_cost_id_map_[n->name()] = n->cost_id(); in InitBaseGraph()