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

Method TensorND

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

Source from the content-addressed store, hash-verified

463 TensorLayout layout;
464
465 TensorND() : m_ref_ptr(RefPtr((void*)nullptr)) {}
466
467 TensorND(void* raw_ptr_, const TensorLayout& layout_)
468 : layout(layout_), m_ref_ptr(raw_ptr_) {}

Callers

nothing calls this directly

Calls 1

RefPtrClass · 0.85

Tested by

no test coverage detected