Quantizer
Namespace: LLama
public class Quantizer
Inheritance Object → Quantizer
Constructors
Quantizer()
public Quantizer()
Methods
Quantize(String, String, LLamaFtype, Int32, Boolean)
public static bool Quantize(string srcFileName, string dstFilename, LLamaFtype ftype, int nthread, bool printInfo)
Parameters
srcFileName
String
dstFilename
String
ftype
LLamaFtype
nthread
Int32
printInfo
Boolean
Returns
Quantize(String, String, String, Int32, Boolean)
public static bool Quantize(string srcFileName, string dstFilename, string ftype, int nthread, bool printInfo)
Parameters
srcFileName
String
dstFilename
String
ftype
String
nthread
Int32
printInfo
Boolean