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

Method zero_padding

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

Source from the content-addressed store, hash-verified

632 }
633
634 int zero_padding(DimIndex dim) const { return GetDim(padding(), dim); }
635 int filter_stride(DimIndex dim) const { return GetDim(strides(), dim); }
636 int dilation_rate(DimIndex dim) const { return GetDim(dilations(), dim); }
637 // TODO(timshen): remove this function. No users of this class is setting a

Callers

nothing calls this directly

Calls 2

GetDimFunction · 0.85
paddingFunction · 0.85

Tested by

no test coverage detected