MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / GaussianRNGImpl

Method GaussianRNGImpl

dnn/src/cambricon/rng/opr_impl.cpp:53–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53GaussianRNGImpl::GaussianRNGImpl(Handle* handle)
54 : GaussianRNG(handle), m_rand_handle(cnnl_handle(handle)) {}
55
56void GaussianRNGImpl::exec(_megdnn_tensor_inout dst, _megdnn_workspace workspace) {
57 check_exec(dst.layout, workspace.size);

Callers

nothing calls this directly

Calls 1

cnnl_handleFunction · 0.85

Tested by

no test coverage detected