You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.
Member functions in Random<cpu, DType> are not overload for half_t type. As a result, it fails when we use Random<cpu, half_t> to generate a tensor. This is quite inconvenient for generating noise inside a mxnet operator that is templated by DType.
Shall we add half_t support to Random<cpu, DType>?
The text was updated successfully, but these errors were encountered:
This code base has been donated to the Apache MXNet project per #373, and repo is deprecated. Future development and issue tracking should continue in Apache MXNet.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Member functions in
Random<cpu, DType>
are not overload forhalf_t
type. As a result, it fails when we useRandom<cpu, half_t>
to generate a tensor. This is quite inconvenient for generating noise inside a mxnet operator that is templated by DType.Shall we add
half_t
support toRandom<cpu, DType>
?The text was updated successfully, but these errors were encountered: