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

Function shape

src/core/impl/graph/cg_impl_partial.cpp:117–117  ·  view source on GitHub ↗

update shape

Source from the content-addressed store, hash-verified

115
116 //! update shape
117 void shape(const TensorShape& shape) { m_shape = shape; }
118};
119MGB_DYN_TYPE_OBJ_FINAL_IMPL(ComputingGraphImpl::MultiPartCompiler::ShapeProvider);
120

Calls

no outgoing calls

Tested by

no test coverage detected