MCPcopy 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
175void RelayoutForwardImpl::Param::copy_general() {
176 copy_noncontig_general(m_dst, m_src, m_opr->stream());
177}
178
179void RelayoutForwardImpl::exec(
180 _megdnn_tensor_in src, _megdnn_tensor_out dst, Handle* src_handle) {

Callers 1

execMethod · 0.45

Calls 1

streamMethod · 0.45

Tested by

no test coverage detected