Array Class#
The core Array class with its properties, methods, and operator overloading.
Functions
Quick Reference#
Array#
nabla.Array(shape: 'Shape', dtype: 'DType' = float32, device: 'Device' = Device(type=cpu,id=0), materialize: 'bool' = False, name: 'str' = '', batch_dims: 'Shape' = ()) -> 'None'
The fundamental array type in Nabla.