data

open override val data: TensorData<T, V>(source)

The data component responsible for storage, indexing, and memory management.

This component handles all aspects related to data storage and access, including multidimensional indexing, shape management, and memory layout optimization. It provides the foundation for the tensor's data model.