MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / operator[]

Method operator[]

dnn/include/megdnn/basic_types.h:118–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 //! access single element, without boundary check
117 size_t& operator[](size_t i) { return shape[i]; }
118 size_t operator[](size_t i) const { return shape[i]; }
119};
120
121class Handle;

Callers 15

CpuNDRangeClass · 0.45
execMethod · 0.45
get_available_opMethod · 0.45
execMethod · 0.45
execMethod · 0.45
is_availableMethod · 0.45
execMethod · 0.45
reorder_filterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected