Home
last modified time | relevance | path

Searched refs:activation (Results 1 - 25 of 62) sorted by relevance

123

/test/xts/acts/ai/neural_network_runtime/v2_0/common/
H A Dmodel.h35 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 Dmodel.h35 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 Dnncore_utils.h81 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 Dscatter_nd_test.cpp281 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 Dspace_to_depth_test.cpp267 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 Dswish_test.cpp208 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 Dround_test.cpp166 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 Dsquare_test.cpp166 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 Dsin_test.cpp166 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 Dquant_dtype_cast_test.cpp230 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 Dnot_equal_test.cpp260 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 Dpow_test.cpp231 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 Dreciprocal_test.cpp208 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 Drank_test.cpp165 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 Dlogical_and_test.cpp306 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 Dleaky_relu_test.cpp268 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 Dgreater_test.cpp260 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 Dless_test.cpp261 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 Dl2_normalize_test.cpp227 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 Dinstance_norm_test.cpp188 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 Dlog_softmax_test.cpp218 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 Dhard_sigmoid_test.cpp165 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 Dlog_test.cpp165 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 Dlogical_not_test.cpp294 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 Dlstm_test.cpp159 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()

Completed in 33 milliseconds

123