| 37 | } |
| 38 | |
| 39 | UniformRNGImpl::UniformRNGImpl(Handle* handle) |
| 40 | : UniformRNG(handle), m_rand_handle(cnnl_handle(handle)) {} |
| 41 | |
| 42 | void UniformRNGImpl::exec(_megdnn_tensor_inout dst, _megdnn_workspace workspace) { |
| 43 | check_exec(dst.layout, workspace.size); |
nothing calls this directly
no test coverage detected