Searched defs:HardSigmoidModel1 (Results 1 – 1 of 1) sorted by relevance
| /test/xts/acts/ai/nncore/opstest/src/ |
| D | hard_sigmoid_test.cpp | 25 struct HardSigmoidModel1 { struct 26 const std::vector<int32_t> tensor_shape = {1, 4}; 27 float inputValue[1][4] = {{0, 0, 0, 0}}; 28 float outputValue[1][4] = {0}; 30 … OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 4*sizeof(float)}; 31 …OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, outputValue, 4*sizeof(float)}; 55 * @tc.desc: HardSigmoidModel1模型build测试 argument
|