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

Method strides

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

Source from the content-addressed store, hash-verified

780 absl::Span<const int64> window() const { return window_; }
781 absl::Span<const int64> padding() const { return padding_; }
782 absl::Span<const int64> strides() const { return strides_; }
783 bool propagate_nans() const { return propagate_nans_; }
784 string name() const { return name_; }
785

Callers 15

stridesMethod · 0.45
GetCudnnOperationGraphFunction · 0.45
matchAndRewriteMethod · 0.45
RewriteNewAxisMaskMethod · 0.45
RewriteEllipsisMaskMethod · 0.45
VerifyConvOpAttributesFunction · 0.45
VerifyStridedSliceBaseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected