Home
last modified time | relevance | path

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

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