Home
last modified time | relevance | path

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

/test/xts/acts/ai/nncore/opstest/src/
Dflatten_test.cpp70 struct FlattenModel4 { struct
71 const std::vector<int32_t> tensor_shape = {};
72 float* inputValue = {};
73 float* outputValue = {};
75 … OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 0*sizeof(float)};
76 …OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, outputValue, 0*sizeof(float)};
77 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_FLATTEN,