MCPcopy 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

443DEF() = default;
444
445DEF(CompNode node) : m_storage{node} {}
446
447DEF(DType dtype) : m_layout{dtype} {}
448

Callers 4

throw_Method · 0.85
tensor.cppFile · 0.85
opr_trait.hFile · 0.85

Calls 4

resizeFunction · 0.50
is_contiguousMethod · 0.45
is_emptyMethod · 0.45
to_stringMethod · 0.45

Tested by

no test coverage detected