Home
last modified time | relevance | path

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

/test/xts/acts/ai/nncore/opstest/src/
Dcrop_test.cpp25 struct CropModel1 { struct
26 const std::vector<int32_t> input_shape = {2, 4, 4};
27 const std::vector<int32_t> shape_shape = {3};
28 const std::vector<int32_t> output_shape = {2, 2, 2};
30 int64_t axisValue[1] = {0};
31 std::vector<int64_t> offsetsValue = {0, 1, 1};
32 float inputValue[2][4][4] = {1};
33 float shapeValue[3] = {2, 2, 2};
34 float outputValue[2][2][2] = {0};
36 … OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, input_shape, inputValue, 32*sizeof(float)};
[all …]