/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/ |
H A D | neural_network_core.cpp | 39 return OH_NN_INVALID_PARAMETER; in OH_NNDevice_GetAllDevicesID() 44 return OH_NN_INVALID_PARAMETER; in OH_NNDevice_GetAllDevicesID() 49 return OH_NN_INVALID_PARAMETER; in OH_NNDevice_GetAllDevicesID() 73 return OH_NN_INVALID_PARAMETER; in OH_NNDevice_GetName() 78 return OH_NN_INVALID_PARAMETER; in OH_NNDevice_GetName() 99 return OH_NN_INVALID_PARAMETER; in OH_NNDevice_GetType() 104 return OH_NN_INVALID_PARAMETER; in OH_NNDevice_GetType() 197 return OH_NN_INVALID_PARAMETER; in OH_NNCompilation_ExportCacheToBuffer() 202 return OH_NN_INVALID_PARAMETER; in OH_NNCompilation_ExportCacheToBuffer() 207 return OH_NN_INVALID_PARAMETER; in OH_NNCompilation_ExportCacheToBuffer() [all …]
|
H A D | tensor_desc.cpp | 56 return OH_NN_INVALID_PARAMETER; in GetDataType() 66 return OH_NN_INVALID_PARAMETER; in SetDataType() 76 return OH_NN_INVALID_PARAMETER; in GetFormat() 86 return OH_NN_INVALID_PARAMETER; in SetFormat() 96 return OH_NN_INVALID_PARAMETER; in GetShape() 100 return OH_NN_INVALID_PARAMETER; in GetShape() 104 return OH_NN_INVALID_PARAMETER; in GetShape() 115 return OH_NN_INVALID_PARAMETER; in SetShape() 119 return OH_NN_INVALID_PARAMETER; in SetShape() 132 return OH_NN_INVALID_PARAMETER; in GetElementNum() [all …]
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/ |
H A D | lstm_builder.cpp | 35 return OH_NN_INVALID_PARAMETER; in SetBidirectional() 40 return OH_NN_INVALID_PARAMETER; in SetBidirectional() 46 return OH_NN_INVALID_PARAMETER; in SetBidirectional() 57 return OH_NN_INVALID_PARAMETER; in SetHasBias() 62 return OH_NN_INVALID_PARAMETER; in SetHasBias() 68 return OH_NN_INVALID_PARAMETER; in SetHasBias() 79 return OH_NN_INVALID_PARAMETER; in SetInputSize() 84 return OH_NN_INVALID_PARAMETER; in SetInputSize() 90 return OH_NN_INVALID_PARAMETER; in SetInputSize() 101 return OH_NN_INVALID_PARAMETER; in SetHiddenSize() [all …]
|
H A D | detection_post_process_builder.cpp | 40 return OH_NN_INVALID_PARAMETER; in SetInputSize() 45 return OH_NN_INVALID_PARAMETER; in SetInputSize() 51 return OH_NN_INVALID_PARAMETER; in SetInputSize() 62 return OH_NN_INVALID_PARAMETER; in SetScale() 70 return OH_NN_INVALID_PARAMETER; in SetScale() 88 return OH_NN_INVALID_PARAMETER; in SetNmsIoUThreshold() 93 return OH_NN_INVALID_PARAMETER; in SetNmsIoUThreshold() 99 return OH_NN_INVALID_PARAMETER; in SetNmsIoUThreshold() 110 return OH_NN_INVALID_PARAMETER; in SetNmsScoreThreshold() 115 return OH_NN_INVALID_PARAMETER; in SetNmsScoreThreshold() [all …]
|
H A D | fullconnection_builder.cpp | 39 return OH_NN_INVALID_PARAMETER; in SetFullConnectionInput() 48 return OH_NN_INVALID_PARAMETER; in SetFullConnectionInput() 61 return OH_NN_INVALID_PARAMETER; in SetHasBias() 66 return OH_NN_INVALID_PARAMETER; in SetHasBias() 72 return OH_NN_INVALID_PARAMETER; in SetHasBias() 83 return OH_NN_INVALID_PARAMETER; in SetUseAxis() 88 return OH_NN_INVALID_PARAMETER; in SetUseAxis() 94 return OH_NN_INVALID_PARAMETER; in SetUseAxis() 100 return OH_NN_INVALID_PARAMETER; in SetUseAxis() 114 return OH_NN_INVALID_PARAMETER; in SetFullConnectionActivation() [all …]
|
H A D | pooling_builder.cpp | 101 return OH_NN_INVALID_PARAMETER; in SetKernel() 107 return OH_NN_INVALID_PARAMETER; in SetKernel() 123 return OH_NN_INVALID_PARAMETER; in SetStrides() 129 return OH_NN_INVALID_PARAMETER; in SetStrides() 146 return OH_NN_INVALID_PARAMETER; in SetPadModeOrPaddings() 178 return OH_NN_INVALID_PARAMETER; in SetPadModeOrPaddings() 189 return OH_NN_INVALID_PARAMETER; in SetRoundMode() 194 return OH_NN_INVALID_PARAMETER; in SetRoundMode() 200 return OH_NN_INVALID_PARAMETER; in SetRoundMode() 210 return OH_NN_INVALID_PARAMETER; in SetRoundMode() [all …]
|
H A D | lrn_builder.cpp | 39 return OH_NN_INVALID_PARAMETER; in SetDepthRadius() 44 return OH_NN_INVALID_PARAMETER; in SetDepthRadius() 50 return OH_NN_INVALID_PARAMETER; in SetDepthRadius() 61 return OH_NN_INVALID_PARAMETER; in SetBias() 66 return OH_NN_INVALID_PARAMETER; in SetBias() 72 return OH_NN_INVALID_PARAMETER; in SetBias() 83 return OH_NN_INVALID_PARAMETER; in SetAlpha() 88 return OH_NN_INVALID_PARAMETER; in SetAlpha() 94 return OH_NN_INVALID_PARAMETER; in SetAlpha() 105 return OH_NN_INVALID_PARAMETER; in SetBeta() [all …]
|
H A D | resize_bilinear_builder.cpp | 38 return OH_NN_INVALID_PARAMETER; in SetNewHeight() 43 return OH_NN_INVALID_PARAMETER; in SetNewHeight() 49 return OH_NN_INVALID_PARAMETER; in SetNewHeight() 61 return OH_NN_INVALID_PARAMETER; in SetNewWidth() 66 return OH_NN_INVALID_PARAMETER; in SetNewWidth() 72 return OH_NN_INVALID_PARAMETER; in SetNewWidth() 84 return OH_NN_INVALID_PARAMETER; in SetPreserveAspectRatio() 89 return OH_NN_INVALID_PARAMETER; in SetPreserveAspectRatio() 95 return OH_NN_INVALID_PARAMETER; in SetPreserveAspectRatio() 108 return OH_NN_INVALID_PARAMETER; in SetCoordinateTransformMode() [all …]
|
H A D | conv2d_transpose_builder.cpp | 60 return OH_NN_INVALID_PARAMETER; in SetInput() 85 return OH_NN_INVALID_PARAMETER; in SetStrides() 91 return OH_NN_INVALID_PARAMETER; in SetStrides() 106 return OH_NN_INVALID_PARAMETER; in SetDilation() 112 return OH_NN_INVALID_PARAMETER; in SetDilation() 130 return OH_NN_INVALID_PARAMETER; in SetPad() 136 return OH_NN_INVALID_PARAMETER; in SetPad() 172 return OH_NN_INVALID_PARAMETER; in SetGroup() 177 return OH_NN_INVALID_PARAMETER; in SetGroup() 183 return OH_NN_INVALID_PARAMETER; in SetGroup() [all …]
|
H A D | layernorm_builder.cpp | 41 return OH_NN_INVALID_PARAMETER; in SetBeginNormAxis() 46 return OH_NN_INVALID_PARAMETER; in SetBeginNormAxis() 52 return OH_NN_INVALID_PARAMETER; in SetBeginNormAxis() 64 return OH_NN_INVALID_PARAMETER; in SetEpsilon() 69 return OH_NN_INVALID_PARAMETER; in SetEpsilon() 75 return OH_NN_INVALID_PARAMETER; in SetEpsilon() 87 return OH_NN_INVALID_PARAMETER; in SetBeginParamsAxis() 92 return OH_NN_INVALID_PARAMETER; in SetBeginParamsAxis() 98 return OH_NN_INVALID_PARAMETER; in SetBeginParamsAxis() 150 return OH_NN_INVALID_PARAMETER; in Build() [all …]
|
H A D | conv2d_builder.cpp | 66 return OH_NN_INVALID_PARAMETER; in SetChannel() 92 return OH_NN_INVALID_PARAMETER; in SetStrides() 98 return OH_NN_INVALID_PARAMETER; in SetStrides() 113 return OH_NN_INVALID_PARAMETER; in SetDilation() 119 return OH_NN_INVALID_PARAMETER; in SetDilation() 137 return OH_NN_INVALID_PARAMETER; in SetPad() 143 return OH_NN_INVALID_PARAMETER; in SetPad() 179 return OH_NN_INVALID_PARAMETER; in SetGroup() 184 return OH_NN_INVALID_PARAMETER; in SetGroup() 190 return OH_NN_INVALID_PARAMETER; in SetGroup() [all …]
|
H A D | depthwise_conv2d_native_builder.cpp | 52 return OH_NN_INVALID_PARAMETER; in SetIsPadMode() 64 return OH_NN_INVALID_PARAMETER; in SetActivation() 69 return OH_NN_INVALID_PARAMETER; in SetActivation() 75 return OH_NN_INVALID_PARAMETER; in SetActivation() 80 return OH_NN_INVALID_PARAMETER; in SetActivation() 94 return OH_NN_INVALID_PARAMETER; in SetKernelSize() 109 return OH_NN_INVALID_PARAMETER; in SetStrides() 115 return OH_NN_INVALID_PARAMETER; in SetStrides() 128 return OH_NN_INVALID_PARAMETER; in SetDilation() 134 return OH_NN_INVALID_PARAMETER; in SetDilation() [all …]
|
H A D | matmul_builder.cpp | 40 return OH_NN_INVALID_PARAMETER; in SetTransposeA() 45 return OH_NN_INVALID_PARAMETER; in SetTransposeA() 51 return OH_NN_INVALID_PARAMETER; in SetTransposeA() 63 return OH_NN_INVALID_PARAMETER; in SetTransposeB() 68 return OH_NN_INVALID_PARAMETER; in SetTransposeB() 74 return OH_NN_INVALID_PARAMETER; in SetTransposeB() 86 return OH_NN_INVALID_PARAMETER; in SetActivationType() 91 return OH_NN_INVALID_PARAMETER; in SetActivationType() 97 return OH_NN_INVALID_PARAMETER; in SetActivationType() 103 return OH_NN_INVALID_PARAMETER; in SetActivationType() [all …]
|
H A D | exp_builder.cpp | 35 return OH_NN_INVALID_PARAMETER; in SetBase() 40 return OH_NN_INVALID_PARAMETER; in SetBase() 46 return OH_NN_INVALID_PARAMETER; in SetBase() 57 return OH_NN_INVALID_PARAMETER; in SetScale() 62 return OH_NN_INVALID_PARAMETER; in SetScale() 68 return OH_NN_INVALID_PARAMETER; in SetScale() 79 return OH_NN_INVALID_PARAMETER; in SetShift() 84 return OH_NN_INVALID_PARAMETER; in SetShift() 90 return OH_NN_INVALID_PARAMETER; in SetShift() 129 return OH_NN_INVALID_PARAMETER; in Build()
|
H A D | range_builder.cpp | 35 return OH_NN_INVALID_PARAMETER; in SetStart() 40 return OH_NN_INVALID_PARAMETER; in SetStart() 46 return OH_NN_INVALID_PARAMETER; in SetStart() 57 return OH_NN_INVALID_PARAMETER; in SetLimit() 62 return OH_NN_INVALID_PARAMETER; in SetLimit() 68 return OH_NN_INVALID_PARAMETER; in SetLimit() 79 return OH_NN_INVALID_PARAMETER; in SetDelta() 84 return OH_NN_INVALID_PARAMETER; in SetDelta() 90 return OH_NN_INVALID_PARAMETER; in SetDelta() 129 return OH_NN_INVALID_PARAMETER; in Build()
|
H A D | reduceL2_builder.cpp | 38 return OH_NN_INVALID_PARAMETER; in SetCoeff() 43 return OH_NN_INVALID_PARAMETER; in SetCoeff() 49 return OH_NN_INVALID_PARAMETER; in SetCoeff() 60 return OH_NN_INVALID_PARAMETER; in SetReduceToEnd() 66 return OH_NN_INVALID_PARAMETER; in SetReduceToEnd() 72 return OH_NN_INVALID_PARAMETER; in SetReduceToEnd() 83 return OH_NN_INVALID_PARAMETER; in SetKeepDims() 89 return OH_NN_INVALID_PARAMETER; in SetKeepDims() 95 return OH_NN_INVALID_PARAMETER; in SetKeepDims() 133 return OH_NN_INVALID_PARAMETER; in Build()
|
H A D | reduceall_builder.cpp | 38 return OH_NN_INVALID_PARAMETER; in SetCoeff() 43 return OH_NN_INVALID_PARAMETER; in SetCoeff() 49 return OH_NN_INVALID_PARAMETER; in SetCoeff() 60 return OH_NN_INVALID_PARAMETER; in SetReduceToEnd() 66 return OH_NN_INVALID_PARAMETER; in SetReduceToEnd() 72 return OH_NN_INVALID_PARAMETER; in SetReduceToEnd() 83 return OH_NN_INVALID_PARAMETER; in SetKeepDims() 89 return OH_NN_INVALID_PARAMETER; in SetKeepDims() 95 return OH_NN_INVALID_PARAMETER; in SetKeepDims() 133 return OH_NN_INVALID_PARAMETER; in Build()
|
H A D | reducemax_builder.cpp | 38 return OH_NN_INVALID_PARAMETER; in SetCoeff() 43 return OH_NN_INVALID_PARAMETER; in SetCoeff() 49 return OH_NN_INVALID_PARAMETER; in SetCoeff() 60 return OH_NN_INVALID_PARAMETER; in SetReduceToEnd() 66 return OH_NN_INVALID_PARAMETER; in SetReduceToEnd() 72 return OH_NN_INVALID_PARAMETER; in SetReduceToEnd() 83 return OH_NN_INVALID_PARAMETER; in SetKeepDims() 89 return OH_NN_INVALID_PARAMETER; in SetKeepDims() 95 return OH_NN_INVALID_PARAMETER; in SetKeepDims() 133 return OH_NN_INVALID_PARAMETER; in Build()
|
H A D | reducemean_builder.cpp | 38 return OH_NN_INVALID_PARAMETER; in SetCoeff() 43 return OH_NN_INVALID_PARAMETER; in SetCoeff() 49 return OH_NN_INVALID_PARAMETER; in SetCoeff() 60 return OH_NN_INVALID_PARAMETER; in SetReduceToEnd() 66 return OH_NN_INVALID_PARAMETER; in SetReduceToEnd() 72 return OH_NN_INVALID_PARAMETER; in SetReduceToEnd() 84 return OH_NN_INVALID_PARAMETER; in SetKeepDims() 89 return OH_NN_INVALID_PARAMETER; in SetKeepDims() 95 return OH_NN_INVALID_PARAMETER; in SetKeepDims() 133 return OH_NN_INVALID_PARAMETER; in Build()
|
H A D | reducemin_builder.cpp | 38 return OH_NN_INVALID_PARAMETER; in SetCoeff() 43 return OH_NN_INVALID_PARAMETER; in SetCoeff() 49 return OH_NN_INVALID_PARAMETER; in SetCoeff() 60 return OH_NN_INVALID_PARAMETER; in SetReduceToEnd() 66 return OH_NN_INVALID_PARAMETER; in SetReduceToEnd() 72 return OH_NN_INVALID_PARAMETER; in SetReduceToEnd() 83 return OH_NN_INVALID_PARAMETER; in SetKeepDims() 89 return OH_NN_INVALID_PARAMETER; in SetKeepDims() 95 return OH_NN_INVALID_PARAMETER; in SetKeepDims() 133 return OH_NN_INVALID_PARAMETER; in Build()
|
H A D | reduceprod_builder.cpp | 38 return OH_NN_INVALID_PARAMETER; in SetCoeff() 43 return OH_NN_INVALID_PARAMETER; in SetCoeff() 49 return OH_NN_INVALID_PARAMETER; in SetCoeff() 60 return OH_NN_INVALID_PARAMETER; in SetReduceToEnd() 66 return OH_NN_INVALID_PARAMETER; in SetReduceToEnd() 72 return OH_NN_INVALID_PARAMETER; in SetReduceToEnd() 84 return OH_NN_INVALID_PARAMETER; in SetKeepDims() 89 return OH_NN_INVALID_PARAMETER; in SetKeepDims() 95 return OH_NN_INVALID_PARAMETER; in SetKeepDims() 133 return OH_NN_INVALID_PARAMETER; in Build()
|
H A D | reducesum_builder.cpp | 38 return OH_NN_INVALID_PARAMETER; in SetCoeff() 43 return OH_NN_INVALID_PARAMETER; in SetCoeff() 49 return OH_NN_INVALID_PARAMETER; in SetCoeff() 60 return OH_NN_INVALID_PARAMETER; in SetReduceToEnd() 66 return OH_NN_INVALID_PARAMETER; in SetReduceToEnd() 72 return OH_NN_INVALID_PARAMETER; in SetReduceToEnd() 83 return OH_NN_INVALID_PARAMETER; in SetKeepDims() 89 return OH_NN_INVALID_PARAMETER; in SetKeepDims() 95 return OH_NN_INVALID_PARAMETER; in SetKeepDims() 133 return OH_NN_INVALID_PARAMETER; in Build()
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | neural_network_runtime.cpp | 67 return OH_NN_INVALID_PARAMETER; in OH_NNQuantParam_SetScales() 72 return OH_NN_INVALID_PARAMETER; in OH_NNQuantParam_SetScales() 77 return OH_NN_INVALID_PARAMETER; in OH_NNQuantParam_SetScales() 93 return OH_NN_INVALID_PARAMETER; in OH_NNQuantParam_SetZeroPoints() 98 return OH_NN_INVALID_PARAMETER; in OH_NNQuantParam_SetZeroPoints() 103 return OH_NN_INVALID_PARAMETER; in OH_NNQuantParam_SetZeroPoints() 117 return OH_NN_INVALID_PARAMETER; in OH_NNQuantParam_SetNumBits() 122 return OH_NN_INVALID_PARAMETER; in OH_NNQuantParam_SetNumBits() 127 return OH_NN_INVALID_PARAMETER; in OH_NNQuantParam_SetNumBits() 141 return OH_NN_INVALID_PARAMETER; in OH_NNQuantParam_Destroy() [all …]
|
H A D | neural_network_runtime_compat.cpp | 33 return OH_NN_INVALID_PARAMETER; in OH_NNModel_AddTensor() 38 return OH_NN_INVALID_PARAMETER; in OH_NNModel_AddTensor() 50 return OH_NN_INVALID_PARAMETER; in OH_NNExecutor_SetInput() 54 return OH_NN_INVALID_PARAMETER; in OH_NNExecutor_SetInput() 58 return OH_NN_INVALID_PARAMETER; in OH_NNExecutor_SetInput() 62 return OH_NN_INVALID_PARAMETER; in OH_NNExecutor_SetInput() 74 return OH_NN_INVALID_PARAMETER; in OH_NNExecutor_SetOutput() 78 return OH_NN_INVALID_PARAMETER; in OH_NNExecutor_SetOutput() 82 return OH_NN_INVALID_PARAMETER; in OH_NNExecutor_SetOutput() 93 return OH_NN_INVALID_PARAMETER; in OH_NNExecutor_Run() [all …]
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/ |
H A D | nn_tensor_desc_test.cpp | 40 EXPECT_EQ(OH_NN_INVALID_PARAMETER, tensordesc.GetDataType(testdatatype)); 65 EXPECT_EQ(OH_NN_INVALID_PARAMETER, tensordesc.SetDataType(testdataType)); 77 EXPECT_EQ(OH_NN_INVALID_PARAMETER, tensordesc.GetFormat(testformat)); 102 EXPECT_EQ(OH_NN_INVALID_PARAMETER, tensordesc.GetShape(testshape, testshapeNum)); 117 EXPECT_EQ(OH_NN_INVALID_PARAMETER, tensordesc.GetShape(testshape, testshapeNum)); 157 EXPECT_EQ(OH_NN_INVALID_PARAMETER, tensordesc.SetShape(testShape, shapenum)); 169 EXPECT_EQ(OH_NN_INVALID_PARAMETER, tensordesc.GetElementNum(testelementNum)); 181 EXPECT_EQ(OH_NN_INVALID_PARAMETER, tensordesc.GetByteSize(testbytesize)); 193 EXPECT_EQ(OH_NN_INVALID_PARAMETER, tensordesc.GetByteSize(testbytesize)); 205 EXPECT_EQ(OH_NN_INVALID_PARAMETER, tensordesc.SetName(testsetname)); [all …]
|