Searched defs:LogicalNotModel3 (Results 1 – 1 of 1) sorted by relevance
53 struct LogicalNotModel3 { struct54 const std::vector<int32_t> tensor_shape = {1};55 bool inputValue[1] = {false};56 bool outputValue[1] = {false};58 OHNNOperandTest input = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, inputValue, sizeof(bool)};59 OHNNOperandTest output = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, outputValue, sizeof(bool)};60 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_LOGICAL_NOT,