Home
last modified time | relevance | path

Searched refs:OH_NN_UNKNOWN (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dvalidation.cpp23 if (dataType >= OH_NN_UNKNOWN && dataType <= OH_NN_FLOAT64) { in ValidateTensorDataType()
H A Dtensor_desc.h46 OH_NN_DataType m_dataType {OH_NN_UNKNOWN};
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/transform/
H A Dtransform_test.cpp88 OH_NN_DataType dataType = OH_NN_UNKNOWN;
232 OH_NN_DataType dataType = OH_NN_UNKNOWN;
487 EXPECT_EQ(OH_NN_UNKNOWN, result);
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/transform/
H A Dtransform_test.cpp88 OH_NN_DataType dataType = OH_NN_UNKNOWN;
232 OH_NN_DataType dataType = OH_NN_UNKNOWN;
487 EXPECT_EQ(OH_NN_UNKNOWN, result);
/ohos5.0/foundation/ai/neural_network_runtime/test/system_test/common/
H A Dnnrt_test.h36 OH_NN_DataType dataType{OH_NN_UNKNOWN};
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dtransform.cpp157 return OH_NN_UNKNOWN; in TransformDataType()
H A Dnncompiler.cpp108 OH_NN_DataType m_dataType{OH_NN_UNKNOWN};
/ohos5.0/foundation/ai/neural_network_runtime/interfaces/kits/c/neural_network_runtime/
H A Dneural_network_runtime_type.h292 OH_NN_UNKNOWN = 0, enumerator
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/
H A Dneural__network__runtime__type_8h.md69 | [OH_NN_DataType](_neural_network_runtime.md#oh_nn_datatype) {<br/>OH_NN_UNKNOWN = 0, OH_NN_BOOL =…
H A D_neural_network_runtime.md70 | [OH_NN_DataType](#oh_nn_datatype) {<br/>OH_NN_UNKNOWN = 0, OH_NN_BOOL = 1, OH_NN_INT8 = 2, OH_NN_…
488 | OH_NN_UNKNOWN | 张量数据类型未知 |
594 … 在输出之前调用指定的激活。<br/>输出:<br/>- output,计算得到内积,当type!=OH_NN_UNKNOWN时,output数据类型由type决定;当type==OH_NN_UN…
H A D_neural_nework_runtime.md70 | [OH_NN_DataType](#oh_nn_datatype) {<br/>OH_NN_UNKNOWN = 0, OH_NN_BOOL = 1, OH_NN_INT8 = 2, OH_NN_…
488 | OH_NN_UNKNOWN | 张量数据类型未知 |
594 … 在输出之前调用指定的激活。<br/>输出:<br/>- output,计算得到内积,当type!=OH_NN_UNKNOWN时,output数据类型由type决定;当type==OH_NN_UN…
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_delegate_kernel.cpp296 OH_NN_DataType nnType {OH_NN_UNKNOWN}; in ConvertTensorTypeToNn()
H A Dnnrt_op_builder.cpp432 OH_NN_DataType nnType {OH_NN_UNKNOWN}; in ConstructNNTensor()
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/
H A Dneural__network__runtime__type_8h.md69 | [OH_NN_DataType](_neural_network_runtime.md#oh_nn_datatype) {<br>OH_NN_UNKNOWN = 0, OH_NN_BOOL = …
H A D_neural_network_runtime.md70 | [OH_NN_DataType](#oh_nn_datatype) {<br>OH_NN_UNKNOWN = 0, OH_NN_BOOL = 1, OH_NN_INT8 = 2, OH_NN_I…
488 | OH_NN_UNKNOWN | Unknown type.|
594 …ulation. In case of **type!=OH_NN_UNKNOWN**, the output data type is determined by **type**. In ca…
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/hdi_prepared_model/
H A Dhdi_prepared_model_test.cpp620 inputTensor.dataType = OH_NN_UNKNOWN;
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/hdi_prepared_model/
H A Dhdi_prepared_model_test.cpp615 inputTensor.dataType = OH_NN_UNKNOWN;
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_1/hdi_prepared_model/
H A Dhdi_prepared_model_test.cpp614 inputTensor.dataType = OH_NN_UNKNOWN;
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/
H A Dneural_network_core_test.cpp1023 OH_NN_DataType datatype = OH_NN_UNKNOWN;
1036 OH_NN_DataType datatype = OH_NN_UNKNOWN;
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/executor/
H A Dexecutor_test.cpp295 …OH_NN_Tensor tensor = SetTensor(OH_NN_UNKNOWN, m_dimensionCount, m_dimArry, nullptr, OH_NN_TENSOR);
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/executor/
H A Dexecutor_test.cpp295 …OH_NN_Tensor tensor = SetTensor(OH_NN_UNKNOWN, m_dimensionCount, m_dimArry, nullptr, OH_NN_TENSOR);