Searched defs:ExpModel4 (Results 1 – 1 of 1) sorted by relevance
| /test/xts/acts/ai/nncore/opstest/src/ |
| D | exp_test.cpp | 79 struct ExpModel4 { struct 80 const std::vector<int32_t> tensor_shape = {}; 81 float baseValue = 1; 82 float scaleValue = 1.5; 83 float shiftValue = 1; 84 float* inputValue = {}; 85 float* outputValue = {}; 87 … OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 0*sizeof(float)}; 88 …OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, outputValue, 0*sizeof(float)}; 89 OHNNOperandTest base = {OH_NN_FLOAT32, OH_NN_EXP_BASE, {1}, &baseValue, sizeof(float)}; [all …]
|