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

Method back

dnn/include/megdnn/thin/small_vector.h:142–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 const_reference front() const { return begin()[0]; }
141
142 reference back() { return rbegin()[0]; }
143 const_reference back() const { return rbegin()[0]; }
144
145 // reverse iterator creation method.

Callers 15

register_atMethod · 0.80
TESTFunction · 0.80
do_insertMethod · 0.80
do_inferMethod · 0.80
initializeMethod · 0.80
utility.cppFile · 0.80
apply_on_physical_tensorFunction · 0.80
apply_on_physical_tensorFunction · 0.80
dumpMethod · 0.80
erase_candidateMethod · 0.80

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.64
parse_dictFunction · 0.64
parse_strFunction · 0.64
parse_tupleFunction · 0.64
write_tupleFunction · 0.64
parse_headerFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
run_all_gatherFunction · 0.64