/test/xts/acts/ai/neural_network_runtime/v2_0/common/ |
H A D | model.h | 35 OHNNOperandTest activation = {OH_NN_INT8, OH_NN_ADD_ACTIVATIONTYPE, {}, &activationValue, sizeof(int8_t)}; member 38 .operands = {input0, input1, activation, output}, 58 OHNNOperandTest activation = {OH_NN_INT8, OH_NN_AVG_POOL_ACTIVATION_TYPE, {}, &activationValue, sizeof(int8_t)}; member 62 .operands = {dynamicInput, kernel, strides, padMode, activation, output}, 98 .operands = {{addModel.input0, addModel.input1, addModel.activation, addModel.output},
|
/test/xts/acts/ai/neural_network_runtime/v1_0/common/ |
H A D | model.h | 35 OHNNOperandTest activation = {OH_NN_INT8, OH_NN_ADD_ACTIVATIONTYPE, {}, &activationValue, sizeof(int8_t)}; member 38 .operands = {input0, input1, activation, output}, 58 OHNNOperandTest activation = {OH_NN_INT8, OH_NN_AVG_POOL_ACTIVATION_TYPE, {}, &activationValue, sizeof(int8_t)}; member 62 .operands = {dynamicInput, kernel, strides, padMode, activation, output}, 98 .operands = {{addModel.input0, addModel.input1, addModel.activation, addModel.output},
|
/test/xts/acts/ai/nncore/common/ |
H A D | nncore_utils.h | 81 OHNNOperandTest activation = {OH_NN_INT8, OH_NN_ADD_ACTIVATIONTYPE, {}, &activationValue, sizeof(int8_t)}; member 84 .operands = {input0, input1, activation, output}, 100 OHNNOperandTest activation = {OH_NN_INT8, OH_NN_ADD_ACTIVATIONTYPE, {}, &activationValue, sizeof(int8_t)}; member 103 .operands = {input0, input1, activation, output}, 139 .operands = {{addModel.input0, addModel.input1, addModel.activation, addModel.output},
|
/test/xts/acts/ai/nncore/opstest/src/ |
H A D | scatter_nd_test.cpp | 281 OHNNOperandTest activation = {OH_NN_INT8, OH_NN_ADD_ACTIVATIONTYPE, {}, &activationValue, sizeof(int8_t)};
in HWTEST_F() local 283 scatterNdModel.output, activation};
in HWTEST_F()
|
H A D | space_to_depth_test.cpp | 267 OHNNOperandTest activation = {OH_NN_INT8, OH_NN_ADD_ACTIVATIONTYPE, {}, &activationValue, sizeof(int8_t)};
in HWTEST_F() local 269 spaceToDepthModel.blockSize, activation};
in HWTEST_F()
|
H A D | swish_test.cpp | 208 OHNNOperandTest activation = {OH_NN_INT8, OH_NN_ADD_ACTIVATIONTYPE, {}, &activationValue, sizeof(int8_t)};
in HWTEST_F() local 209 graphArgs.operands = {swishModel.input, swishModel.output, activation};
in HWTEST_F()
|
H A D | round_test.cpp | 166 OHNNOperandTest activation = {OH_NN_INT8, OH_NN_ADD_ACTIVATIONTYPE, {}, &activationValue, sizeof(int8_t)};
in HWTEST_F() local 167 graphArgs.operands = {roundModel.input, roundModel.output, activation};
in HWTEST_F()
|
H A D | square_test.cpp | 166 OHNNOperandTest activation = {OH_NN_INT8, OH_NN_ADD_ACTIVATIONTYPE, {}, &activationValue, sizeof(int8_t)};
in HWTEST_F() local 167 graphArgs.operands = {squareModel.input, squareModel.output, activation};
in HWTEST_F()
|
H A D | sin_test.cpp | 166 OHNNOperandTest activation = {OH_NN_INT8, OH_NN_ADD_ACTIVATIONTYPE, {}, &activationValue, sizeof(int8_t)};
in HWTEST_F() local 167 graphArgs.operands = {sinModel.input, sinModel.output, activation};
in HWTEST_F()
|
H A D | quant_dtype_cast_test.cpp | 230 OHNNOperandTest activation = {OH_NN_INT8, OH_NN_ADD_ACTIVATIONTYPE, {}, &activationValue, sizeof(int8_t)};
in HWTEST_F() local 232 quantDTypeCastModel.axis, quantDTypeCastModel.src, activation};
in HWTEST_F()
|
H A D | not_equal_test.cpp | 260 OHNNOperandTest activation = {OH_NN_INT8, OH_NN_ADD_ACTIVATIONTYPE, {}, &activationValue, sizeof(int8_t)};
in HWTEST_F() local 261 graphArgs.operands = {notEqualModel.input0, notEqualModel.input1, notEqualModel.output, activation};
in HWTEST_F()
|
H A D | pow_test.cpp | 231 OHNNOperandTest activation = {OH_NN_INT8, OH_NN_ADD_ACTIVATIONTYPE, {}, &activationValue, sizeof(int8_t)};
in HWTEST_F() local 233 powModel.scale, powModel.shift, activation};
in HWTEST_F()
|
H A D | reciprocal_test.cpp | 208 OHNNOperandTest activation = {OH_NN_INT8, OH_NN_ADD_ACTIVATIONTYPE, {}, &activationValue, sizeof(int8_t)};
in HWTEST_F() local 209 graphArgs.operands = {reciprocalModel.input, reciprocalModel.output, activation};
in HWTEST_F()
|
H A D | rank_test.cpp | 165 OHNNOperandTest activation = {OH_NN_INT8, OH_NN_ADD_ACTIVATIONTYPE, {}, &activationValue, sizeof(int8_t)};
in HWTEST_F() local 166 graphArgs.operands = {rankModel.input, rankModel.output, activation};
in HWTEST_F()
|
H A D | logical_and_test.cpp | 306 OHNNOperandTest activation = {OH_NN_INT8, OH_NN_ADD_ACTIVATIONTYPE, {}, &activationValue, sizeof(int8_t)};
in HWTEST_F() local 307 graphArgs.operands = {logicalAndModel.input0, logicalAndModel.input1, logicalAndModel.output, activation};
in HWTEST_F()
|
H A D | leaky_relu_test.cpp | 268 OHNNOperandTest activation = {OH_NN_INT8, OH_NN_ADD_ACTIVATIONTYPE, {}, &activationValue, sizeof(int8_t)};
in HWTEST_F() local 269 graphArgs.operands = {leakyReluModel.input, leakyReluModel.output, leakyReluModel.negativeSlope, activation};
in HWTEST_F()
|
H A D | greater_test.cpp | 260 OHNNOperandTest activation = {OH_NN_INT8, OH_NN_ADD_ACTIVATIONTYPE, {}, &activationValue, sizeof(int8_t)};
in HWTEST_F() local 261 graphArgs.operands = {greaterModel.input0, greaterModel.input1, greaterModel.output, activation};
in HWTEST_F()
|
H A D | less_test.cpp | 261 OHNNOperandTest activation = {OH_NN_INT8, OH_NN_ADD_ACTIVATIONTYPE, {}, &activationValue, sizeof(int8_t)};
in HWTEST_F() local 262 graphArgs.operands = {lessModel.input0, lessModel.input1, lessModel.output, activation};
in HWTEST_F()
|
H A D | l2_normalize_test.cpp | 227 OHNNOperandTest activation = {OH_NN_INT8, OH_NN_ADD_ACTIVATIONTYPE, {}, &activationValue, sizeof(int8_t)};
in HWTEST_F() local 229 l2NormalizeModel.epsilon, activation};
in HWTEST_F()
|
H A D | instance_norm_test.cpp | 188 OHNNOperandTest activation = {OH_NN_INT8, OH_NN_ADD_ACTIVATIONTYPE, {}, &activationValue, sizeof(int8_t)};
in HWTEST_F() local 190 instanceNormModel.output, instanceNormModel.epsilon, activation};
in HWTEST_F()
|
H A D | log_softmax_test.cpp | 218 OHNNOperandTest activation = {OH_NN_INT8, OH_NN_ADD_ACTIVATIONTYPE, {}, &activationValue, sizeof(int8_t)};
in HWTEST_F() local 219 graphArgs.operands = {logSoftmaxModel.input, logSoftmaxModel.output, logSoftmaxModel.axis, activation};
in HWTEST_F()
|
H A D | hard_sigmoid_test.cpp | 165 OHNNOperandTest activation = {OH_NN_INT8, OH_NN_ADD_ACTIVATIONTYPE, {}, &activationValue, sizeof(int8_t)};
in HWTEST_F() local 166 graphArgs.operands = {hardSigmoidModel.input, hardSigmoidModel.output, activation};
in HWTEST_F()
|
H A D | log_test.cpp | 165 OHNNOperandTest activation = {OH_NN_INT8, OH_NN_ADD_ACTIVATIONTYPE, {}, &activationValue, sizeof(int8_t)};
in HWTEST_F() local 166 graphArgs.operands = {logModel.input, logModel.output, activation};
in HWTEST_F()
|
H A D | logical_not_test.cpp | 294 OHNNOperandTest activation = {OH_NN_INT8, OH_NN_ADD_ACTIVATIONTYPE, {}, &activationValue, sizeof(int8_t)};
in HWTEST_F() local 295 graphArgs.operands = {logicalNotModel.input, logicalNotModel.output, activation};
in HWTEST_F()
|
H A D | lstm_test.cpp | 159 OHNNOperandTest activation = {OH_NN_INT8, OH_NN_ADD_ACTIVATIONTYPE, {}, &activationValue, sizeof(int8_t)};
in HWTEST_F() local 162 lSTMModel.hiddenSize, lSTMModel.numLayers, activation};
in HWTEST_F()
|