Table of Contents

Property Dimensions

Namespace
LMKit.Model.Gguf
Assembly
LM-Kit.NET.dll

Dimensions

Gets the tensor dimensions (element counts per axis), in the order stored by the file.

public IReadOnlyList<long> Dimensions { get; }

Property Value

IReadOnlyList<long>
Share