Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ rename
Method
rename
src/core/impl/graph/symbol_var.cpp:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
using namespace cg;
11
12
SymbolVar SymbolVar::rename(const std::string& name) const {
13
m_node->name(name);
14
return *this;
15
}
16
17
SymbolVar SymbolVar::symshape() const {
18
return opr::GetVarShape::make(*this);
Callers
15
process_file
Function · 0.80
replace_src_discrete_input_opr_pass
Method · 0.80
replace_dev_input_pass
Method · 0.80
config_model_internel<ModelMdl>
Method · 0.80
test_graph_load_dump
Function · 0.80
test_multi_graph_dump_load
Function · 0.80
test_metadata
Function · 0.80
test_serializer_APlusB
Function · 0.80
test_serializer_APlusB_param
Function · 0.80
test_serializer_immutable
Function · 0.80
test_serializer_custom_loader
Function · 0.80
test_serializer_const_var_shape_output_name
Function · 0.80
Calls
1
name
Method · 0.45
Tested by
15
test_graph_load_dump
Function · 0.64
test_multi_graph_dump_load
Function · 0.64
test_metadata
Function · 0.64
test_serializer_APlusB
Function · 0.64
test_serializer_APlusB_param
Function · 0.64
test_serializer_immutable
Function · 0.64
test_serializer_custom_loader
Function · 0.64
test_serializer_const_var_shape_output_name
Function · 0.64
test_serializer_operator_name
Function · 0.64
test_serializer_log_exp
Function · 0.64
test_serializer_memshare
Function · 0.64
TEST
Function · 0.64