From 9e0772f25eaca2f1cada167e3c8decc54bc5cd0f Mon Sep 17 00:00:00 2001 From: xuyongfei Date: Fri, 22 Oct 2021 16:46:21 +0800 Subject: [PATCH] Serving, update mindspore commit --- mindspore_serving/ccsrc/python/tensor_py.cc | 1 + third_party/mindspore | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mindspore_serving/ccsrc/python/tensor_py.cc b/mindspore_serving/ccsrc/python/tensor_py.cc index 54961cb..f061c28 100644 --- a/mindspore_serving/ccsrc/python/tensor_py.cc +++ b/mindspore_serving/ccsrc/python/tensor_py.cc @@ -19,6 +19,7 @@ #include #include #include +#include #include "mindspore_serving/ccsrc/common/tensor.h" namespace mindspore::serving { diff --git a/third_party/mindspore b/third_party/mindspore index 7cd44fb..c2bfc06 160000 --- a/third_party/mindspore +++ b/third_party/mindspore @@ -1 +1 @@ -Subproject commit 7cd44fb1b4771fe953d99c63c2cbc7b3ee0fcb31 +Subproject commit c2bfc06f0ac43ed0d4ee717c74eb53a7c6aaa466 -- Gitee