Add missing file to BUILD.bazel (#40536)

Summary:
Add `int8_gen_quant_params.cc` added by
https://github.com/pytorch/pytorch/pull/40494/ to bazel build rules
Pull Request resolved: https://github.com/pytorch/pytorch/pull/40536

Reviewed By: mruberry

Differential Revision: D22219595

Pulled By: malfet

fbshipit-source-id: 2875a0b9c55bad2b052a898661b96eab490f6451
This commit is contained in:
Nikita Shulga 2020-06-24 17:02:09 -07:00 committed by Facebook GitHub Bot
parent 3dcc329746
commit e12f73ee12

View file

@ -1264,6 +1264,7 @@ filegroup(
"caffe2/quantization/server/fully_connected_dnnlowp_op.cc",
"caffe2/quantization/server/fully_connected_fake_lowp_op.cc",
"caffe2/quantization/server/group_norm_dnnlowp_op.cc",
"caffe2/quantization/server/int8_gen_quant_params.cc",
"caffe2/quantization/server/kl_minimization.cc",
"caffe2/quantization/server/lstm_unit_dnnlowp_op.cc",
"caffe2/quantization/server/norm_minimization.cc",