Searched defs:LeakyReluModel4 (Results 1 – 1 of 1) sorted by relevance
79 struct LeakyReluModel4 { struct80 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,