Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ reshape
Method
reshape
src/core/impl/graph/symbol_var.cpp:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
SymbolVar SymbolVar::reshape(const TensorShape& tshape) const {
22
return opr::Reshape::make(*this, tshape);
23
}
24
25
SymbolVar SymbolVar::reshape(SymbolVar tshape) const {
26
return opr::Reshape::make(*this, tshape);
Callers
15
TEST_F
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
run_level2
Function · 0.45
TEST
Function · 0.45
TEST_F
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
run_graph
Function · 0.45
TEST
Function · 0.45
Calls
1
make
Function · 0.70
Tested by
15
TEST_F
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
run_level2
Function · 0.36
TEST
Function · 0.36
TEST_F
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
run_graph
Function · 0.36
TEST
Function · 0.36