Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ToString
Method · 0.95
Calls
2
AsInt64Slice
Function · 0.70
strides
Method · 0.45
Tested by
no test coverage detected