Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dbcast.cc36 x_reshape_.push_back(elements); in BCast()
111 x_reshape_.push_back(x_i); in BCast()
122 x_reshape_.back() *= x_i; in BCast()
128 x_reshape_.push_back(x_i); in BCast()
139 x_reshape_.push_back(1); in BCast()
147 Reverse(&x_reshape_); in BCast()
Dbcast.h95 const Vec& x_reshape() const { return x_reshape_; } in x_reshape()
125 Vec x_reshape_; variable