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

Method valid

src/core/include/megbrain/graph/var_node.h:111–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 explicit MemAllocPlan(VarNode* owner_var);
110
111 bool valid() const { return m_chunk; }
112
113 //! dtype of owner var
114 inline DType dtype() const;

Callers 2

dev_tensor_validMethod · 0.45
VarNodeClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected