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

Function HasDilation

tensorflow/compiler/xla/window_util.cc:213–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213bool HasDilation(const Window& window) {
214 return HasBaseDilation(window) || HasWindowDilation(window);
215}
216
217bool IsTrivialWindowDimension(const WindowDimension& window_dimension) {
218 return window_dimension.size() == 1 && window_dimension.stride() == 1 &&

Callers 5

HandleReduceWindowMethod · 0.85
ConvIsImplementedFunction · 0.85

Calls 2

HasBaseDilationFunction · 0.85
HasWindowDilationFunction · 0.85

Tested by

no test coverage detected