Tensor

GGUF.TensorInfoType

Represents 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.
source