Created by: pangyoki
PR types
Others
PR changes
APIs
Describe
PR #26695 has supported global default dtype for distribution APIs, there are some format problems to be processed. PR #26901 has fixed problems for gaussian
, standard_normal
, randn
and normal
.
This PR is used to
- change
fp_16
,fp_32
,fp_64
tofp16
,fp32
,fp64
. - change name of
uniform_random
touniform
.