mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
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:
parent
3dcc329746
commit
e12f73ee12
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue