/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/ |
H A D | validation.cpp | 23 if (dataType >= OH_NN_UNKNOWN && dataType <= OH_NN_FLOAT64) { in ValidateTensorDataType()
|
H A D | tensor_desc.h | 46 OH_NN_DataType m_dataType {OH_NN_UNKNOWN};
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/transform/ |
H A D | transform_test.cpp | 88 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 D | transform_test.cpp | 88 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 D | nnrt_test.h | 36 OH_NN_DataType dataType{OH_NN_UNKNOWN};
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | transform.cpp | 157 return OH_NN_UNKNOWN; in TransformDataType()
|
H A D | nncompiler.cpp | 108 OH_NN_DataType m_dataType{OH_NN_UNKNOWN};
|
/ohos5.0/foundation/ai/neural_network_runtime/interfaces/kits/c/neural_network_runtime/ |
H A D | neural_network_runtime_type.h | 292 OH_NN_UNKNOWN = 0, enumerator
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | neural__network__runtime__type_8h.md | 69 | [OH_NN_DataType](_neural_network_runtime.md#oh_nn_datatype) {<br/>OH_NN_UNKNOWN = 0, OH_NN_BOOL =…
|
H A D | _neural_network_runtime.md | 70 | [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.md | 70 | [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 D | nnrt_delegate_kernel.cpp | 296 OH_NN_DataType nnType {OH_NN_UNKNOWN}; in ConvertTensorTypeToNn()
|
H A D | nnrt_op_builder.cpp | 432 OH_NN_DataType nnType {OH_NN_UNKNOWN}; in ConstructNNTensor()
|
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | neural__network__runtime__type_8h.md | 69 | [OH_NN_DataType](_neural_network_runtime.md#oh_nn_datatype) {<br>OH_NN_UNKNOWN = 0, OH_NN_BOOL = …
|
H A D | _neural_network_runtime.md | 70 | [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 D | hdi_prepared_model_test.cpp | 620 inputTensor.dataType = OH_NN_UNKNOWN;
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/hdi_prepared_model/ |
H A D | hdi_prepared_model_test.cpp | 615 inputTensor.dataType = OH_NN_UNKNOWN;
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_1/hdi_prepared_model/ |
H A D | hdi_prepared_model_test.cpp | 614 inputTensor.dataType = OH_NN_UNKNOWN;
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/ |
H A D | neural_network_core_test.cpp | 1023 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 D | executor_test.cpp | 295 …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 D | executor_test.cpp | 295 …OH_NN_Tensor tensor = SetTensor(OH_NN_UNKNOWN, m_dimensionCount, m_dimArry, nullptr, OH_NN_TENSOR);
|