Searched defs:LogicalNotModel2 (Results 1 – 1 of 1) sorted by relevance
39 struct LogicalNotModel2 { struct40 const std::vector<int32_t> tensor_shape = {1};41 bool inputValue[1] = {true};42 bool outputValue[1] = {false};44 OHNNOperandTest input = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, inputValue, sizeof(bool)};45 OHNNOperandTest output = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, outputValue, sizeof(bool)};46 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_LOGICAL_NOT,