After running this:
```Scala
printf(s"\n\n\n\nTotal numbers " +
ndarrayFunctions.count(_.listOfArgs.length > 5)
+ " out of " + ndarrayFunctions.length + "\n\n\n\n"
)
```
get output
```
Total numbers 64 out of 665
```However, we should consider `out` as a param in Type-safe API param. Counting this we got ``` Total numbers 101 out of 665 ``` [ Full content available at: https://github.com/apache/incubator-mxnet/pull/12536 ] This message was relayed via gitbox.apache.org for [email protected]
