Constructor Quantizer
- Namespace
- LMKit.Quantization
- Assembly
- LM-Kit.NET.dll
Quantizer(string)
Initializes a new instance of the Quantizer class with the specified model path.
public Quantizer(string modelPath)
Parameters
modelPathstringThe file path to the model to be quantized.
Exceptions
- ArgumentNullException
Thrown when
modelPathis null or whitespace.- FileNotFoundException
Thrown when the file at
modelPathdoes not exist.