Home
last modified time | relevance | path

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

/test/xts/acts/ai/nncore/opstest/src/
Dpow_test.cpp65 struct PowModel3 { struct
66 const std::vector<int32_t> input0_shape = {2};
67 const std::vector<int32_t> input1_shape = {1};
68 float scaleValue = 0.5;
69 float shiftValue = 2;
70 float input0Value[2] = {0, 1};
71 float input1Value[1] = {2};
72 float outputValue[2] = {0};
74 …OHNNOperandTest input0 = {OH_NN_FLOAT32, OH_NN_TENSOR, input0_shape, input0Value, 2*sizeof(float)};
75 … OHNNOperandTest input1 = {OH_NN_FLOAT32, OH_NN_TENSOR, input1_shape, input1Value, sizeof(float)};
[all …]