Commit 11a0f1a9 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

add the overload quantize_int8 function api to the quantization head file.

parent a8fadc6f
......@@ -15,6 +15,8 @@ struct program;
void quantize(program& prog, const std::vector<std::string>& ins_names);
void quantize(program& prog);
void quantize_int8(program& prog);
void quantize_int8(program& prog, const std::vector<std::string>& ins_names);
void quantize_int8(program& prog,
const std::vector<std::string>& ins_names,
const std::vector<std::pair<float, float>>& quant_params);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment