Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ fill_dst
Method
fill_dst
dnn/test/cuda/chanwise_convolution3d.cpp:116–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
void fill_dst() {
117
rng->exec(dst0->tensornd(), {});
118
megdnn_memcpy_D2D(handle, dst1->ptr(), dst0->ptr(), ldst.span().dist_byte());
119
}
120
121
template <class Opr>
122
void exec(Opr* opr0, Opr* opr1) {
Callers
1
TEST_F
Function · 0.45
Calls
5
dist_byte
Method · 0.80
span
Method · 0.80
exec
Method · 0.45
tensornd
Method · 0.45
ptr
Method · 0.45
Tested by
no test coverage detected