NumCpp icon indicating copy to clipboard operation
NumCpp copied to clipboard

[Multi dimensional Array Support]Missing function of nc::expand_dims

Open ElinLiu0 opened this issue 4 months ago • 0 comments

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 : (

ElinLiu0 avatar Jun 09 '25 06:06 ElinLiu0