MCPcopy 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_FFunction · 0.45

Calls 5

dist_byteMethod · 0.80
spanMethod · 0.80
execMethod · 0.45
tensorndMethod · 0.45
ptrMethod · 0.45

Tested by

no test coverage detected