MXNetSharp icon indicating copy to clipboard operation
MXNetSharp copied to clipboard

NDArray mutating operators

Open kevmal opened this issue 5 years ago • 0 comments

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

kevmal avatar Jan 01 '20 21:01 kevmal