Undocumented
Function | concat |
Array API compatible wrapper for np.concatenate . |
Function | expand_dims |
Array API compatible wrapper for np.expand_dims . |
Function | flip |
Array API compatible wrapper for np.flip . |
Function | permute_dims |
Array API compatible wrapper for np.transpose . |
Function | reshape |
Array API compatible wrapper for np.reshape . |
Function | roll |
Array API compatible wrapper for np.roll . |
Function | squeeze |
Array API compatible wrapper for np.squeeze . |
Function | stack |
Array API compatible wrapper for np.stack . |
Array API compatible wrapper for np.concatenate
.
See its docstring for more information.
Parameters | |
arrays:Union[ | Undocumented |
axis:Optional[ | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.expand_dims
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
axis:int | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.flip
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
axis:Optional[ | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.transpose
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
axes:Tuple[ | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.reshape
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
shape:Tuple[ | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.roll
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
shift:Union[ | Undocumented |
axis:Optional[ | Undocumented |
Returns | |
Array | Undocumented |