MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Reverse

Method Reverse

tensorflow/core/util/bcast.cc:22–22  ·  view source on GitHub ↗

static */

Source from the content-addressed store, hash-verified

20
21/* static */
22void BCast::Reverse(Vec* shape) { std::reverse(shape->begin(), shape->end()); }
23
24BCast::BCast(const Vec& sx, const Vec& sy, const bool fewer_dims_optimization) {
25 if (sx == sy && TF_PREDICT_TRUE(fewer_dims_optimization)) {

Callers 1

ProdGradFunction · 0.80

Calls 3

reverseFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected