Skip to content

Quantizer

Namespace: LLama

1
public class Quantizer

Inheritance ObjectQuantizer

Constructors

Quantizer()

1
public Quantizer()

Methods

Quantize(String, String, LLamaFtype, Int32, Boolean)

1
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

Boolean

Quantize(String, String, String, Int32, Boolean)

1
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

Returns

Boolean