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