Searched defs:ExpModel2 (Results 1 – 1 of 1) sorted by relevance
| /test/xts/acts/ai/nncore/opstest/src/ |
| D | exp_test.cpp | 45 struct ExpModel2 { struct 46 const std::vector<int32_t> tensor_shape = {3}; 47 float inputValue[3] = {0, 1, 2}; 48 float outputValue[3] = {0}; 50 … OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 3*sizeof(float)}; 51 …OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, outputValue, 3*sizeof(float)}; 52 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_EXP,
|