GgufTensorEntry

data class GgufTensorEntry(val ggufName: String, val tensor: Tensor<*, *>, val quantization: GGMLQuantizationType, val shape: List<Int>)(source)

Tensor entry to be consumed by a future GGUF writer implementation.

Constructors

Link copied to clipboard
constructor(ggufName: String, tensor: Tensor<*, *>, quantization: GGMLQuantizationType, shape: List<Int>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val shape: List<Int>
Link copied to clipboard
val tensor: Tensor<*, *>