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

Method end

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

Source from the content-addressed store, hash-verified

106 }
107
108 decltype(auto) end() const {
109 if (!m_container)
110 return sentinel_container().cend();
111
112 return m_container->cend();
113 }
114};
115
116} // namespace mgb

Callers 15

build_output_varMethod · 0.45
init_oprs_to_dumpMethod · 0.45
build_single_oprMethod · 0.45
dumpMethod · 0.45
loadMethod · 0.45
dumpMethod · 0.45
load_tensor_layoutFunction · 0.45
applyMethod · 0.45
find_by_nameMethod · 0.45
find_by_idMethod · 0.45
find_by_typeMethod · 0.45

Calls 1

cendMethod · 0.45

Tested by 15

freeMethod · 0.36
get_chunk_endMethod · 0.36
addMethod · 0.36
removeMethod · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
test_hash_mapFunction · 0.36
get_min_maxFunction · 0.36
convert_data_typeFunction · 0.36
ensure_init_graphMethod · 0.36
expand_elem_chainFunction · 0.36
TESTFunction · 0.36