Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/cutlass
/ layout
Method
layout
include/cute/tensor_impl.hpp:192–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
CUTE_HOST_DEVICE constexpr
191
decltype(auto)
192
layout() const {
193
return get<0>(rep_);
194
}
195
196
CUTE_HOST_DEVICE constexpr
197
decltype(auto)
Callers
15
make_tensor_like
Function · 0.45
make_fragment_like
Function · 0.45
tensor
Function · 0.45
layout
Function · 0.45
shape
Function · 0.45
stride
Function · 0.45
size
Function · 0.45
rank
Function · 0.45
depth
Function · 0.45
flatten
Function · 0.45
coalesce
Function · 0.45
filter_zeros
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected