提交 a69fc85c 编写于 作者: H hjchen2

Refine 3x3 int8 conv implementation

上级 2d300f69
......@@ -16,7 +16,7 @@ limitations under the License. */
#pragma once
#include <vector>
#include "operators/kernel/central-arm-func/conv_arm_int8.h"
#include "operators/math/conv_arm_int8.h"
#include "operators/math/conv_func.h"
#include "operators/math/depthwise_conv_3x3.h"
#include "operators/math/im2col.h"
......
......@@ -14,7 +14,7 @@ limitations under the License. */
#ifdef CONV_OP
#include "operators/kernel/central-arm-func/conv_arm_int8.h"
#include "operators/math/conv_arm_int8.h"
namespace paddle_mobile {
namespace operators {
......
......@@ -14,7 +14,7 @@ limitations under the License. */
#ifdef CONV_OP
#include "operators/kernel/central-arm-func/conv_arm_int8.h"
#include "operators/math/conv_arm_int8.h"
namespace paddle_mobile {
namespace operators {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册