NumCpp
NumCpp copied to clipboard
[Multi dimensional Array Support]Missing function of nc::expand_dims
Hi: I'm planing to remake my Python ONNX Inference script into C++ version.Yet,a most important feature that Numcpp doesn't support:Which the top dimension that NumCpp is 2,but Numpy was N. So like expand_dim and other multi dimensional operations are not support on Numcpp which is pretty sad : (