Home
last modified time | relevance | path

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

/test/xts/acts/ai/nncore/opstest/src/
Dsin_test.cpp40 struct SinModel2 { struct
41 const std::vector<int32_t> tensor_shape = {2};
42 bool inputValue[2] = {false, true};
43 float outputValue[2] = {0};
45 OHNNOperandTest input = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, inputValue, 2*sizeof(bool)};
46 …OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, outputValue, 2*sizeof(float)};
47 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_SIN,