"src/include/blockwise_2d_tensor_op.hpp" did not exist on "03eef73c5be07a1e02c090eacd24f0a9f6aa850e"
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; ...@@ -15,6 +15,8 @@ struct program;
void quantize(program& prog, const std::vector<std::string>& ins_names); void quantize(program& prog, const std::vector<std::string>& ins_names);
void quantize(program& prog); 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, void quantize_int8(program& prog,
const std::vector<std::string>& ins_names, const std::vector<std::string>& ins_names,
const std::vector<std::pair<float, float>>& quant_params); 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