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

Method begin

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

Source from the content-addressed store, hash-verified

80 Storage storage_;
81
82 CUTE_HOST_DEVICE constexpr auto begin() const { return storage_.begin(); }
83 CUTE_HOST_DEVICE constexpr auto begin() { return storage_.begin(); }
84};
85

Callers 2

beginMethod · 0.45
dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected