Home
last modified time | relevance | path

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

/test/xts/acts/ai/nncore/opstest/src/
Dneg_test.cpp25 struct NegModel1 { struct
26 const std::vector<int32_t> tensor_shape = {1};
27 bool inputValue[1] = {true};
28 bool outputValue[1] = {false};
30 OHNNOperandTest input = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, inputValue, sizeof(bool)};
31 OHNNOperandTest output = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, outputValue, sizeof(bool)};
55 * @tc.desc: NegModel1模型build测试 argument