reorganize quantization files (#10023)

* reorganize quantization files
This commit is contained in:
Yufeng Li 2021-12-15 15:45:04 -08:00 committed by GitHub
parent 6cdab06255
commit ee975de77b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 13 additions and 12 deletions

View file

@ -5,7 +5,7 @@
#include "core/mlas/inc/mlas.h"
#include "core/providers/cpu/math/element_wise_ops.h"
#include "core/providers/cpu/math/matmul_helper.h"
#include "core/providers/cpu/math/matmul_integer_base.h"
#include "core/providers/cpu/quantization/matmul_integer_base.h"
#include "core/util/math_cpuonly.h"
#include "core/util/qmath.h"

View file

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#include "contrib_ops/cpu/matmul_integer16.h"
#include "matmul_integer16.h"
#include "core/providers/cpu/math/matmul_helper.h"
namespace onnxruntime {

View file

@ -5,7 +5,7 @@
#include <cmath>
#include "embed_layer_norm_helper.h"
#include "contrib_ops/cpu/bert/embed_layer_norm_helper.h"
#include "core/framework/op_kernel.h"
#include "core/providers/common.h"
#include "core/quantization/quantization.h"

View file

@ -3,7 +3,7 @@
#pragma once
#include "embed_layer_norm.h"
#include "contrib_ops/cpu/bert/embed_layer_norm.h"
#include "core/common/common.h"
#include "core/framework/op_kernel.h"

View file

@ -2,8 +2,8 @@
// Licensed under the MIT License.
#include "qlinear_activations.h"
#include "qlinear_lookup_table.h"
#include "core/mlas/inc/mlas.h"
#include "core/platform/threadpool.h"

View file

@ -2,7 +2,8 @@
// Licensed under the MIT License.
#include "qlinear_concat.h"
#include "contrib_ops/cpu/qlinear_lookup_table.h"
#include "qlinear_lookup_table.h"
#include "core/providers/common.h"
#include "core/mlas/inc/mlas.h"
#include "core/platform/threadpool.h"

View file

@ -1,10 +1,10 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#include "qlinear_global_average_pool.h"
#include "qlinear_lookup_table.h"
#include "qlinear_pool.h"
#include "contrib_ops/cpu/qlinear_lookup_table.h"
#include "contrib_ops/cpu/qlinear_global_average_pool.h"
#include "core/common/safeint.h"
#include "core/util/math_cpuonly.h"
#include "core/providers/common.h"

View file

@ -4,7 +4,7 @@
#include "core/common/safeint.h"
#include "core/providers/cpu/math/gemm_base.h"
#include "core/providers/cpu/math/gemm_helper.h"
#include "core/providers/cpu/math/matmul_integer_base.h"
#include "core/providers/cpu/quantization/matmul_integer_base.h"
#include "core/quantization/quantization.h"
#include "core/util/math_cpuonly.h"

View file

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#include "core/providers/cpu/tensor/quantize_linear.h"
#include "core/providers/cpu/quantization/quantize_linear.h"
#include "core/providers/common.h"
namespace onnxruntime {

View file

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#include "core/providers/cpu/tensor/quantize_linear.h"
#include "core/providers/cpu/quantization/quantize_linear.h"
#include "core/providers/common.h"
#include "core/mlas/inc/mlas.h"
#include "core/util/qmath.h"

View file

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#include "core/providers/cpu/math/quantize_linear_matmul.h"
#include "core/providers/cpu/quantization/quantize_linear_matmul.h"
#include "core/mlas/inc/mlas.h"
#include "gtest/gtest.h"