Update mkl_requantization_range_per_channel_op.cc
This commit is contained in:
parent
7fc6bf6726
commit
7b4b07c098
@ -77,7 +77,7 @@ class MklRequantizationRangePerChannelOp : public OpKernel {
|
||||
|
||||
#ifndef ENABLE_MKLDNN_THREADPOOL
|
||||
#pragma omp parallel for reduction(max : out_min_max)
|
||||
#endif // ENABLE_MKLDNN_THREADPOOL
|
||||
#endif // !ENABLE_MKLDNN_THREADPOOL
|
||||
// TODO: Add eigen parallel_for
|
||||
for (size_t i = 0; i < depth; ++i) {
|
||||
Eigen::Tensor<qint32, 0, Eigen::RowMajor> min =
|
||||
|
Loading…
Reference in New Issue
Block a user