| 51 | } |
| 52 | |
| 53 | GaussianRNGImpl::GaussianRNGImpl(Handle* handle) |
| 54 | : GaussianRNG(handle), m_rand_handle(cnnl_handle(handle)) {} |
| 55 | |
| 56 | void GaussianRNGImpl::exec(_megdnn_tensor_inout dst, _megdnn_workspace workspace) { |
| 57 | check_exec(dst.layout, workspace.size); |
nothing calls this directly
no test coverage detected