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

  /external/tensorflow/tensorflow/core/graph/
costmodel.h 49 explicit CostModel(bool is_global) : is_global_(is_global) {
59 bool is_global() const { return is_global_; }
62 if (is_global_) {
73 // REQUIRES: is_global_ is true for this and for "cm"
77 // REQUIRES: is_global_ is true for this, and false for "cm".
184 const bool is_global_; member in class:tensorflow::CostModel
costmodel.cc 54 CHECK(is_global_);
78 CHECK(is_global_);
101 CHECK(is_global_);

Completed in 79 milliseconds