Tensor
GGUF.TensorInfo
— TypeRepresents the information associated with a tensor in a model.
Fields
name::StringView
: The name of the tensor.ndimensions::UInt32
: The number of dimensions of the tensor.dimensions::Vector{UInt64}
: The dimensions of the tensor.type::TensorType
: The type of the tensor.
GGUF.Tensor
— TypeRepresents a tensor in a model.
GGUF.TensorType
— TypeRepresents the type of a tensor in a model.