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

Method cbegin

imperative/src/include/megbrain/imperative/value.h:525–525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523 ValueRef* begin() { return m_data; }
524 ValueRef* end() { return m_data + m_size; }
525 const ValueRef* cbegin() const { return m_data; }
526 const ValueRef* cend() const { return m_data + m_size; }
527 size_t size() const { return m_size; }
528 ValueRef& at(size_t idx) {

Callers 1

ValueRefListMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected