• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 CheckPrimitiveSupported(const schema::Primitive *primitive);
8 Status CheckTensorSupported(const schema::Tensor *primitive);
9 }  // namespace lite
10 }  // namespace mindspore
11 
12 #endif  // OHOS_HDI_NNRT_V1_0_CPP_H