Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
};
119
MGB_DYN_TYPE_OBJ_FINAL_IMPL(ComputingGraphImpl::MultiPartCompiler::ShapeProvider);
120
Callers
6
reset_dev_tensor_from_other_var
Method · 0.70
var_node.cpp
File · 0.70
force_assign_dev_tensor_from_tensor
Method · 0.70
assign_dev_tensor_from_tensor
Method · 0.70
as_immutable_scalar_require_shape
Method · 0.70
accessor
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected