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

Method strides

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

Source from the content-addressed store, hash-verified

644 }
645
646 absl::Span<const int64> strides() const {
647 return AsInt64Slice(proto_.strides());
648 }
649
650 absl::Span<const int64> dilations() const {
651 return AsInt64Slice(proto_.dilations());

Callers 1

ToStringMethod · 0.95

Calls 2

AsInt64SliceFunction · 0.70
stridesMethod · 0.45

Tested by

no test coverage detected