@lanking520. Underscore removed. We now have this kind of signatures:
```
def random_normal (loc : Option[org.apache.mxnet.Base.MXFloat] = None, scale : 
Option[org.apache.mxnet.Base.MXFloat] = None, shape : 
Option[org.apache.mxnet.Shape] = None, ctx : Option[String] = None, dtype : 
Option[String] = None, name : String = null, attr : Map[String, String] = null) 
: org.apache.mxnet.Symbol
```
and
```
def sample_normal (mu : Option[org.apache.mxnet.Symbol] = None, shape : 
Option[org.apache.mxnet.Shape] = None, dtype : Option[String] = None, sigma : 
Option[org.apache.mxnet.Symbol] = None, name : String = null, attr : 
Map[String, String] = null) : org.apache.mxnet.Symbol
```

I don't think we can go further. If remove both `_random_` and `_sample_` 
prefixes, we'll have collisions that the scala compiler can't resolve since all 
parameters have default values.
(`multiple overloaded alternatives of method uniform define default arguments`)

[ Full content available at: 
https://github.com/apache/incubator-mxnet/pull/12489 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to