Home
last modified time | relevance | path

Searched defs:ReduceL2Model5 (Results 1 – 1 of 1) sorted by relevance

/test/xts/acts/ai/nncore/opstest/src/
Dreducel2_test.cpp121 struct ReduceL2Model5 { struct
122 const std::vector<int32_t> input_shape = {2, 2, 2};
123 const std::vector<int32_t> output_shape = {2, 2};
125 bool keepDimsValue[1] = {false};
126 bool reduceToEndValue[1] = {true};
127 float coeffValue[1] = {2};
128 float inputValue[2][2][2] = {{{1, 2}, {3, 4}}, {{5, 6}, {7, 8}}};
129 float axisValue[2] = {0, 1};
130 float outputValue[2] = {0};
132 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, input_shape, inputValue, 8*sizeof(float)};
[all …]