Property ThreadCount
- Namespace
- LMKit.Quantization
- Assembly
- LM-Kit.NET.dll
ThreadCount
Gets or sets the number of threads to be used for processing.
Ensures that the thread count is always at least 1 to prevent invalid configurations.
public int ThreadCount { get; set; }
Property Value
- int
The number of threads to be used. The default value is obtained from the ThreadCount property.