Home
last modified time | relevance | path

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

/test/xts/acts/ai/nncore/opstest/src/
Dcos_test.cpp25 struct CosModel1 { struct
26 const std::vector<int32_t> tensor_shape = {3};
27 int64_t inputValue[3] = {0, 1, 2};
28 float outputValue[3] = {0};
30 … OHNNOperandTest input = {OH_NN_INT64, OH_NN_TENSOR, tensor_shape, inputValue, 3*sizeof(int64_t)};
31 …OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, outputValue, 3*sizeof(float)};
55 * @tc.desc: CosModel1模型build测试 argument