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

  /external/tensorflow/tensorflow/core/util/
bcast.cc 39 y_bcast_.push_back(1);
104 // result[i] == x_reshape[i] * x_bcast[i] == y_reshape_[i] * y_bcast_[i]
114 y_bcast_.push_back(by_i);
125 y_bcast_.back() *= by_i;
131 y_bcast_.push_back(by_i);
142 y_bcast_.push_back(1);
150 Reverse(&y_bcast_);
bcast.h 98 const Vec& y_bcast() const { return y_bcast_; }
128 Vec y_bcast_; member in class:tensorflow::BCast

Completed in 557 milliseconds