Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph.h87 int cost_id() const { return cost_id_; } in cost_id()
339 int cost_id_; // -1 if there is no corresponding cost accounting node variable
Dgraph.cc127 cost_id_(-1), in Node()
140 cost_id_ = cost_id; in Initialize()
150 cost_id_ = -1; in Clear()