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

  /external/tensorflow/tensorflow/core/graph/
graph.h 73 int cost_id() const { return cost_id_; }
243 int cost_id_; // -1 if there is no corresponding cost accounting node member in class:tensorflow::Node
graph.cc 111 cost_id_(-1),
123 cost_id_ = cost_id;
134 cost_id_ = -1;

Completed in 124 milliseconds