diff --git a/mindspore/lite/examples/converter_extend/infer/custom_common.h b/mindspore/lite/examples/converter_extend/infer/custom_common.h index c28439a3c0d..5f78622b0c8 100644 --- a/mindspore/lite/examples/converter_extend/infer/custom_common.h +++ b/mindspore/lite/examples/converter_extend/infer/custom_common.h @@ -20,7 +20,6 @@ #include #include "include/api/types.h" #include "include/api/status.h" -#include "include/ms_tensor.h" namespace mindspore { namespace common { diff --git a/mindspore/lite/examples/runtime_extend/src/custom_common.h b/mindspore/lite/examples/runtime_extend/src/custom_common.h index 9dccf8e7e1f..77c408cbf61 100644 --- a/mindspore/lite/examples/runtime_extend/src/custom_common.h +++ b/mindspore/lite/examples/runtime_extend/src/custom_common.h @@ -20,7 +20,6 @@ #include #include "include/api/types.h" #include "include/api/status.h" -#include "include/ms_tensor.h" namespace mindspore { namespace common { diff --git a/mindspore/lite/examples/runtime_gpu_extend/src/custom_common.h b/mindspore/lite/examples/runtime_gpu_extend/src/custom_common.h index 3a53ffa90b6..00c1d2fa37f 100644 --- a/mindspore/lite/examples/runtime_gpu_extend/src/custom_common.h +++ b/mindspore/lite/examples/runtime_gpu_extend/src/custom_common.h @@ -22,7 +22,6 @@ #include #include "include/api/types.h" #include "include/errorcode.h" -#include "include/ms_tensor.h" #include "include/api/data_type.h" #include "include/registry/opencl_runtime_wrapper.h" @@ -30,7 +29,6 @@ #define C4NUM 4 namespace mindspore { namespace custom_common { - template void Broadcast2GpuShape(DstT *dst, const SrcT *src, int src_num) { if (src == nullptr || src_num <= 0) {