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

Method window

tensorflow/stream_executor/dnn.h:773–773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

771 int64 window_height() const { return GetDim(window_, DimIndex::Y); }
772 int64 window_width() const { return GetDim(window_, DimIndex::X); }
773 int64 window(DimIndex dim) const { return GetDim(window_, dim); }
774 int64 vertical_padding() const { return GetDim(padding_, DimIndex::Y); }
775 int64 horizontal_padding() const { return GetDim(padding_, DimIndex::X); }
776 int64 padding(DimIndex dim) const { return GetDim(padding_, dim); }

Callers 15

ImportInstructionMethod · 0.45
HandleReduceWindowMethod · 0.45
HandleReduceWindowMethod · 0.45
FoldConvInputPadMethod · 0.45
FoldConvFilterPadMethod · 0.45
SimplifyConvToDotMethod · 0.45
CreateFromProtoMethod · 0.45
TEST_FFunction · 0.45
HandleReduceWindowMethod · 0.45

Calls 1

GetDimFunction · 0.85

Tested by 6

TEST_FFunction · 0.36
TEST_PFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36