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

Method stride

tensorflow/core/kernels/conv_grad_ops.h:248–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246 int64 filter_size(int dim) const { return spatial_dims[dim].filter_size; }
247 int64 output_size(int dim) const { return spatial_dims[dim].output_size; }
248 int64 stride(int dim) const { return spatial_dims[dim].stride; }
249 int64 dilation(int dim) const { return spatial_dims[dim].dilation; }
250
251 // Compute padding for the given spatial dimension.

Callers 15

operator()Method · 0.45
ImportInstructionMethod · 0.45
TESTFunction · 0.45
ToStringFunction · 0.45
HasStrideFunction · 0.45
IsTrivialWindowDimensionFunction · 0.45
HasOverlappingWindowFunction · 0.45
CreateFromProtoMethod · 0.45
InferWindowOutputShapeFunction · 0.45
HandleConvolutionMethod · 0.45
IterateThroughWindowMethod · 0.45
HandleConvolutionMethod · 0.45

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36