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 D | nncompiler.cpp | 709 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 D | neural_network_runtime_type.h | 174 OH_NN_UNSUPPORTED = 10, enumerator
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiler/ |
H A D | nn_compiler_test.cpp | 1041 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 D | neural__network__runtime__type_8h.md | 65 …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.md | 66 …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.md | 66 …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 D | neural__network__runtime__type_8h.md | 65 …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.md | 66 …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 D | neural_network_core.cpp | 465 if ((ret != OH_NN_SUCCESS) && (ret != OH_NN_UNSUPPORTED)) { in SetCompilationOptions() 471 if ((ret != OH_NN_SUCCESS) && (ret != OH_NN_UNSUPPORTED)) { in SetCompilationOptions()
|