MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / data

Method data

imperative/src/include/megbrain/imperative/utils/span.h:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 const T* begin() const { return m_begin; }
28 const T* end() const { return m_end; }
29 const T* data() const { return m_begin; }
30 size_t size() const { return m_end - m_begin; }
31 template <typename TContainer>
32 TContainer copy_into() {

Callers 2

applyFunction · 0.45
SpanMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected