Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ fill_src
Method
fill_src
dnn/test/cuda/chanwise_convolution.cpp:94–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
void fill_src() {
95
rng->exec(src0->tensornd(), {});
96
megdnn_memcpy_D2D(handle, src1->ptr(), src0->ptr(), lsrc.span().dist_byte());
97
}
98
99
void fill_flt() {
100
rng->exec(flt1->tensornd(), {});
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