Home
last modified time | relevance | path

Searched defs:cost_id (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dgraph.cc129 void Node::Initialize(int id, int cost_id, in Initialize()
812 int cost_id = cost_node ? cost_node->cost_id() : id; in AllocateNode() local
Dgraph.h84 int cost_id() const { return cost_id_; } in cost_id() function