Searched defs:ErfModel3 (Results 1 – 1 of 1) sorted by relevance
| /test/xts/acts/ai/nncore/opstest/src/ |
| D | erf_test.cpp | 53 struct ErfModel3 { struct 54 const std::vector<int32_t> tensor_shape = {5}; 55 …t inputValue[5] = {std::numeric_limits<float>::quiet_NaN(), std::numeric_limits<float>::infinity(), 57 float outputValue[5] = {0}; 59 … OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 5*sizeof(float)}; 60 …OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, outputValue, 5*sizeof(float)}; 61 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_ERF,
|