DenseByteTensorArray

class DenseByteTensorArray(val shape: Shape, data: ByteArray, offset: Int = 0) : ItemsAccessor<Byte> (source)

Constructors

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

Properties

Link copied to clipboard

Functions

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

Retrieves an element at the specified multidimensional indices.

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

Setter