Update tensorflow/core/kernels/mkl_quantized_conv_ops.h
Co-authored-by: Penporn Koanantakool <38085909+penpornk@users.noreply.github.com>
This commit is contained in:
parent
e2b4994f45
commit
7fc6bf6726
@ -72,7 +72,7 @@ void MklQuantizationRangeForMultiplication(float min_a, float max_a,
|
||||
|
||||
#ifndef ENABLE_MKLDNN_THREADPOOL
|
||||
#pragma omp parallel for
|
||||
#endif // ENABLE_MKLDNN_THREADPOOL
|
||||
#endif // !ENABLE_MKLDNN_THREADPOOL
|
||||
// TODO: Add eigen parallel_for
|
||||
for (size_t n = 0; n < n_channel; ++n) {
|
||||
float a_float_for_one_quant_level =
|
||||
|
Loading…
Reference in New Issue
Block a user