MCPcopy Create free account
hub / github.com/NVIDIA/cutlass / size

Method size

include/cute/tensor_impl.hpp:202–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 }
201
202 CUTE_HOST_DEVICE constexpr
203 auto
204 size() const {
205 return cute::size(shape());
206 }
207
208 CUTE_HOST_DEVICE constexpr
209 decltype(auto)

Callers

nothing calls this directly

Calls 2

sizeFunction · 0.70
shapeFunction · 0.70

Tested by

no test coverage detected