OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:y_reshape_
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/core/util/
bcast.cc
37
y_reshape_
.push_back(elements);
104
// result[i] == x_reshape[i] * x_bcast[i] ==
y_reshape_
[i] * y_bcast_[i]
113
y_reshape_
.push_back(y_i);
124
y_reshape_
.back() *= y_i;
130
y_reshape_
.push_back(y_i);
141
y_reshape_
.push_back(1);
149
Reverse(&
y_reshape_
);
bcast.h
97
const Vec& y_reshape() const { return
y_reshape_
; }
127
Vec
y_reshape_
;
member in class:tensorflow::BCast
Completed in 544 milliseconds