Home
last modified time | relevance | path

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

/test/xts/acts/ai/nncore/opstest/src/
Dmod_test.cpp57 struct ModModel3 { struct
58 const std::vector<int32_t> tensor_shape = {1};
59 bool input0Value[1] = {true};
60 bool input1Value[1] = {true};
61 int64_t* outputValue = {};
63 OHNNOperandTest input0 = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, input0Value, sizeof(int64_t)};
64 OHNNOperandTest input1 = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, input1Value, sizeof(int64_t)};
65 … OHNNOperandTest output = {OH_NN_INT64, OH_NN_TENSOR, tensor_shape, outputValue, sizeof(int64_t)};
66 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_MOD,