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

Method begin

src/core/include/megbrain/utils/shared_set.h:101–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 const Container* get() const { return m_container; }
100
101 decltype(auto) begin() const {
102 if (!m_container)
103 return sentinel_container().cbegin();
104
105 return m_container->cbegin();
106 }
107
108 decltype(auto) end() const {
109 if (!m_container)

Callers 15

check_dump_by_computeFunction · 0.45
TESTFunction · 0.45
run_compute_testFunction · 0.45
dumpMethod · 0.45
dumpMethod · 0.45
load_tensor_layoutFunction · 0.45
dump_registriesMethod · 0.45
format_msgMethod · 0.45
dump_varMethod · 0.45

Calls 1

cbeginMethod · 0.45

Tested by 15

check_dump_by_computeFunction · 0.36
TESTFunction · 0.36
run_compute_testFunction · 0.36
get_chunk_endMethod · 0.36
addMethod · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
get_min_maxFunction · 0.36
expand_elem_chainFunction · 0.36