Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ format
Method
format
src/core/include/megbrain/graph/var_node.h:661–663 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
659
}
660
661
TensorFormat MemAllocPlan::format() const {
662
return m_chunk_storage.owner_var->format();
663
}
664
665
} // namespace cg
666
} // namespace mgb
Callers
5
var_node.cpp
File · 0.45
assign_dev_tensor_from_tensor
Method · 0.45
var_alloc_with_shape
Method · 0.45
init_output_format
Method · 0.45
format
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected