Home
last modified time | relevance | path

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

/test/xts/acts/ai/nncore/opstest/src/
Dleaky_relu_test.cpp79 struct LeakyReluModel4 { struct
80 const std::vector<int32_t> input_shape = {};
81 const std::vector<int32_t> output_shape = {};
82 float* inputValue = {};
83 float* outputValue = {};
85 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, input_shape, inputValue, 0*sizeof(float)};
86 …OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, output_shape, outputValue, 0*sizeof(float)};
87 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_LEAKY_RELU,