Home
last modified time | relevance | path

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

/test/xts/acts/ai/nncore/opstest/src/
Dneg_test.cpp39 struct NegModel2 { struct
40 const std::vector<int32_t> tensor_shape = {1};
41 int64_t inputValue[3] = {0, 1, 2};
42 int64_t outputValue[3] = {0};
44 … OHNNOperandTest input = {OH_NN_INT64, OH_NN_TENSOR, tensor_shape, inputValue, 3*sizeof(int64_t)};
45 …OHNNOperandTest output = {OH_NN_INT64, OH_NN_TENSOR, tensor_shape, outputValue, 3*sizeof(int64_t)};
46 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_NEG,