MXNetSharp
MXNetSharp copied to clipboard
NDArray mutating operators
The NDArray ops are generated using OpOutCount.txt
to determine the output count. However the output argument is always an array of NDArray. Consider the following
- Use named parameter for specifying named output arrays
- Use
OpOutCount.txt
so a specific count of output NDArrays can be specified - Context is not needed (optional?) when output NDArrays are given