struct

ML::GGUF::TensorInfo

Inherits Struct / Value / Object

Tensor metadata (before data blob)

Constructors

new(name : String, dims : Array(Int64), type : ML::GGUF::TensorType, offset : UInt64)
Source

Instance methods

data_bytes

Total bytes of quantized data for this tensor

Source
dims
Source
n_elements
Source
name
Source
offset
Source
type
Source