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

Function HasWindowReversal

tensorflow/compiler/xla/window_util.cc:194–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194bool HasWindowReversal(const Window& window) {
195 for (const auto& dim : window.dimensions()) {
196 if (dim.window_reversal()) {
197 return true;
198 }
199 }
200 return false;
201}
202
203bool AllOrNoneReversed(const Window& window) {
204 if (window.dimensions().empty()) {

Callers 4

ToStringFunction · 0.85
ConvIsImplementedFunction · 0.85

Calls 1

dimensionsMethod · 0.45

Tested by

no test coverage detected