IndexTensor

value class IndexTensor<V>(val t: Tensor<*, V>)(source)

Lightweight wrapper marking a Tensor as index-bearing. It does not change storage, only annotates intent and guarantees validation performed by asIndices.

Constructors

Link copied to clipboard
constructor(t: Tensor<*, V>)

Properties

Link copied to clipboard
val t: Tensor<*, V>