ops

open override val ops: TensorOps(source)

The operations component responsible for computational algorithms and transformations.

This component provides all mathematical operations that can be performed on the tensor, from basic arithmetic to complex neural network operations. It leverages the data component for element access while encapsulating all computational logic.