DenseFloatTensorArray

class DenseFloatTensorArray(val shape: Shape, data: FloatArray, offset: Int = 0) : ItemsAccessor<Float> (source)

Constructors

Link copied to clipboard
constructor(shape: Shape, data: FloatArray, offset: Int = 0)
constructor(dimensions: List<Int>, data: FloatArray)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun get(vararg indices: Int): Float

Retrieves an element at the specified multidimensional indices.

Link copied to clipboard
open operator override fun set(vararg indices: Int, value: Float)

Setter