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

Method dilations

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

Source from the content-addressed store, hash-verified

648 }
649
650 absl::Span<const int64> dilations() const {
651 return AsInt64Slice(proto_.dilations());
652 }
653
654 absl::Span<const int64> padding() const {
655 return AsInt64Slice(proto_.paddings());

Callers 9

ToStringMethod · 0.95
GetCudnnOperationGraphFunction · 0.80
VerifyConvOpAttributesFunction · 0.80
matchAndRewriteMethod · 0.80
matchAndRewriteMethod · 0.80
matchAndRewriteMethod · 0.80

Calls 1

AsInt64SliceFunction · 0.70

Tested by

no test coverage detected