Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ operator[]
Method
operator[]
src/custom/impl/tensor.cpp:188–190 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
186
}
187
188
size_t Shape::operator[](size_t idx) const {
189
return const_cast<Shape*>(this)->operator[](idx);
190
}
191
192
void Shape::ndim(size_t dim) {
193
mgb_assert(
Callers
5
to_json
Method · 0.45
tensor.cpp
File · 0.45
compute_impl
Function · 0.45
update_graph
Method · 0.45
solve
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected