Home
last modified time | relevance | path

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

/test/xts/acts/ai/nncore/opstest/src/
Dless_test.cpp75 struct LessModel4 { struct
76 const std::vector<int32_t> tensor_shape = {};
77 float* input0Value = {};
78 float* input1Value = {};
79 bool* outputValue = {};
81 …OHNNOperandTest input0 = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, input0Value, 0*sizeof(float)};
82 …OHNNOperandTest input1 = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, input1Value, 0*sizeof(float)};
83 OHNNOperandTest output = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, outputValue, 0*sizeof(bool)};
84 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_LESS,