Home
last modified time | relevance | path

Searched refs:OH_NN_UNSUPPORTED (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiler.cpp709 return OH_NN_UNSUPPORTED; in SaveToCacheBuffer()
715 return OH_NN_UNSUPPORTED; in RestoreFromCacheBuffer()
739 return OH_NN_UNSUPPORTED; in SetOptions()
/ohos5.0/foundation/ai/neural_network_runtime/interfaces/kits/c/neural_network_runtime/
H A Dneural_network_runtime_type.h174 OH_NN_UNSUPPORTED = 10, enumerator
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiler/
H A Dnn_compiler_test.cpp1041 EXPECT_EQ(OH_NN_UNSUPPORTED, ret);
1065 EXPECT_EQ(OH_NN_UNSUPPORTED, ret);
1107 EXPECT_EQ(OH_NN_UNSUPPORTED, ret);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/
H A Dneural__network__runtime__type_8h.md65 …ALIDABLE_DEVICE = 7,<br/>OH_NN_INVALID_PATH = 8, OH_NN_TIMEOUT = 9, OH_NN_UNSUPPORTED = 10, OH_NN_…
H A D_neural_network_runtime.md66 …ALIDABLE_DEVICE = 7,<br/>OH_NN_INVALID_PATH = 8, OH_NN_TIMEOUT = 9, OH_NN_UNSUPPORTED = 10, OH_NN_…
751 | OH_NN_UNSUPPORTED<sup>11+</sup> | 未支持 |
H A D_neural_nework_runtime.md66 …ALIDABLE_DEVICE = 7,<br/>OH_NN_INVALID_PATH = 8, OH_NN_TIMEOUT = 9, OH_NN_UNSUPPORTED = 10, OH_NN_…
751 | OH_NN_UNSUPPORTED<sup>11+</sup> | 未支持 |
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/
H A Dneural__network__runtime__type_8h.md65 …VALIDABLE_DEVICE = 7,<br>OH_NN_INVALID_PATH = 8, OH_NN_TIMEOUT = 9, OH_NN_UNSUPPORTED = 10, OH_NN_…
H A D_neural_network_runtime.md66 …VALIDABLE_DEVICE = 7,<br>OH_NN_INVALID_PATH = 8, OH_NN_TIMEOUT = 9, OH_NN_UNSUPPORTED = 10, OH_NN_…
751 | OH_NN_UNSUPPORTED<sup>11+</sup> | Not supported.|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dneural_network_core.cpp465 if ((ret != OH_NN_SUCCESS) && (ret != OH_NN_UNSUPPORTED)) { in SetCompilationOptions()
471 if ((ret != OH_NN_SUCCESS) && (ret != OH_NN_UNSUPPORTED)) { in SetCompilationOptions()