Package-level declarations
Types
Link copied to clipboard
class DenseByteTensorArray(val shape: Shape, data: ByteArray, offset: Int = 0) : ItemsAccessor<Byte>
Link copied to clipboard
class DenseFloatTensorArray(val shape: Shape, data: FloatArray, offset: Int = 0) : ItemsAccessor<Float>
Link copied to clipboard
Dense memory-backed tensor array for Int4 (4-bit signed integer) data.
Link copied to clipboard
class DenseTernaryTensorArray(val shape: Shape, data: ByteArray, offset: Int = 0) : ItemsAccessor<Byte>
Stores ternary data (-1, 0, 1) compactly using 2 bits per value.