Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ copy_general
Method
copy_general
dnn/src/cuda/relayout/opr_impl.cpp:175–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
173
}
174
175
void RelayoutForwardImpl::Param::copy_general() {
176
copy_noncontig_general(m_dst, m_src, m_opr->stream());
177
}
178
179
void RelayoutForwardImpl::exec(
180
_megdnn_tensor_in src, _megdnn_tensor_out dst, Handle* src_handle) {
Callers
1
exec
Method · 0.45
Calls
1
stream
Method · 0.45
Tested by
no test coverage detected