Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ DEF
Function
DEF
src/core/impl/tensor.cpp:445–445 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
443
DEF() = default;
444
445
DEF(CompNode node) : m_storage{node} {}
446
447
DEF(DType dtype) : m_layout{dtype} {}
448
Callers
4
throw_
Method · 0.85
partial_execution.cpp
File · 0.85
tensor.cpp
File · 0.85
opr_trait.h
File · 0.85
Calls
4
resize
Function · 0.50
is_contiguous
Method · 0.45
is_empty
Method · 0.45
to_string
Method · 0.45
Tested by
no test coverage detected