Searched defs:ReduceL2Model1 (Results 1 – 1 of 1) sorted by relevance
25 struct ReduceL2Model1 { struct26 const std::vector<int32_t> input_shape = {2, 2};27 const std::vector<int32_t> output_shape = {2, 2};29 bool keepDimsValue[1] = {false};30 bool reduceToEndValue[1] = {false};31 float coeffValue[1] = {1};32 float inputValue[2][2] = {{1, 2}, {3, 4}};33 float axisValue[1] = {0};34 float outputValue[2][2] = {0};36 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, input_shape, inputValue, 4*sizeof(float)};[all …]