Searched refs:OH_NN_INVALID_PATH (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/ai/neural_network_runtime/interfaces/kits/c/neural_network_runtime/ |
H A D | neural_network_runtime_type.h | 166 OH_NN_INVALID_PATH = 8, enumerator
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/v1_0/ |
H A D | compilation_mock_idevice.cpp | 77 if (HDI::Nnrt::V1_0::MockIPreparedModel::m_ExpectRetCode == OH_NN_INVALID_PATH) { in IsDynamicInputSupported()
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/v2_0/ |
H A D | compilation_mock_idevice.cpp | 77 if (HDI::Nnrt::V2_0::MockIPreparedModel::m_ExpectRetCode == OH_NN_INVALID_PATH) { in IsDynamicInputSupported()
|
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/ |
H A D | nnrt_utils.cpp | 47 case OH_NN_INVALID_PATH: in NnrtErrorDescription()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | neural__network__runtime__type_8h.md | 65 …TR = 5, OH_NN_INVALID_FILE = 6, OH_NN_UNAVALIDABLE_DEVICE = 7,<br/>OH_NN_INVALID_PATH = 8, OH_NN_T…
|
H A D | _neural_network_runtime.md | 66 …TR = 5, OH_NN_INVALID_FILE = 6, OH_NN_UNAVALIDABLE_DEVICE = 7,<br/>OH_NN_INVALID_PATH = 8, OH_NN_T… 749 | OH_NN_INVALID_PATH | 非法路径 | 1250 - 模型缓存目录不存在,或者没有访问权限: 返回OH_NN_INVALID_PATH错误码。
|
H A D | _neural_nework_runtime.md | 66 …TR = 5, OH_NN_INVALID_FILE = 6, OH_NN_UNAVALIDABLE_DEVICE = 7,<br/>OH_NN_INVALID_PATH = 8, OH_NN_T… 749 | OH_NN_INVALID_PATH | 非法路径 | 1250 - 模型缓存目录不存在,或者没有访问权限: 返回OH_NN_INVALID_PATH错误码。
|
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | neural__network__runtime__type_8h.md | 65 …PTR = 5, OH_NN_INVALID_FILE = 6, OH_NN_UNAVALIDABLE_DEVICE = 7,<br>OH_NN_INVALID_PATH = 8, OH_NN_T…
|
H A D | _neural_network_runtime.md | 66 …PTR = 5, OH_NN_INVALID_FILE = 6, OH_NN_UNAVALIDABLE_DEVICE = 7,<br>OH_NN_INVALID_PATH = 8, OH_NN_T… 749 | OH_NN_INVALID_PATH | Invalid path.| 1250 …st or you do not have the file access permission, the error code **OH_NN_INVALID_PATH** is returne…
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/compilation/ |
H A D | compilation_test.cpp | 233 MockIPreparedModel::m_ExpectRetCode = OH_NN_INVALID_PATH;
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/compilation/ |
H A D | compilation_test.cpp | 233 MockIPreparedModel::m_ExpectRetCode = OH_NN_INVALID_PATH;
|