Skip to content

Commit

Permalink
Fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
imaginary-person committed Jul 20, 2021
1 parent ecbc8de commit 6a059f0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3277,7 +3277,7 @@ REGISTER_NO_AVX512_DISPATCH(fake_quant_tensor_cachemask_stub,
fake_quant_tensor_cachemask_fn);
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
REGISTER_NO_AVX512_DISPATCH(fake_quant_tensor_cachemask_tensor_qparams_stub,
fake_quantize_tensor_cachemask_tensor_qparams_fn);
fake_quant_tensor_cachemask_tensor_qparams_fn);
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
REGISTER_NO_AVX512_DISPATCH(qadaptive_avg_pool2d_nhwc_stub,
qadaptive_avg_pool2d_fn);
Expand Down

0 comments on commit 6a059f0

Please sign in to comment.