Home
last modified time | relevance | path

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

/test/xts/acts/ai/nncore/opstest/src/
Dlogical_not_test.cpp39 struct LogicalNotModel2 { struct
40 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,