Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ add_copy
Method
add_copy
src/gopt/test/network.cpp:166–168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
164
}
165
166
SymbolVar Network::add_copy(SymbolVar f) {
167
return opr::Copy::make(f);
168
}
169
170
SymbolVar mgb::create_block(
171
Network& network, SymbolVar f_in, size_t stride, size_t num_outputs1,
Callers
1
create_relayout_out_graph
Method · 0.80
Calls
1
make
Function · 0.50
Tested by
no test coverage detected