Home
last modified time | relevance | path

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

/test/xts/acts/ai/nncore/opstest/src/
Dinstance_norm_test.cpp49 struct InstanceNormModel2 { struct
50 const std::vector<int32_t> input_shape = {};
51 const std::vector<int32_t> channel_shape = {};
52 const std::vector<int32_t> output_shape = {};
53 float epsilonValue[1] = {1.0e-6f};
54 float* inputValue = {};
55 float* scaleValue = {};
56 float* biasValue = {};
57 float* outputValue = {};
59 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, input_shape, inputValue, 0*sizeof(float)};
[all …]