1 #ifndef OHOS_HDI_NNRT_V1_0_CPP_H 2 #define OHOS_HDI_NNRT_V1_0_CPP_H 3 #include "schema/model_generated.h" 4 #include "include/api/status.h" 5 namespace mindspore { 6 namespace lite { 7 Status CheckTensorSupported(const schema::Tensor *primitive); 8 } // namespace lite 9 } // namespace mindspore 10 11 #endif // OHOS_HDI_NNRT_V1_0_CPP_H