Searched defs:RangeModel5 (Results 1 – 1 of 1) sorted by relevance
| /test/xts/acts/ai/nncore/opstest/src/ |
| D | range_test.cpp | 105 struct RangeModel5 { struct 106 const std::vector<int32_t> tensor_shape = {2}; 107 std::vector<int64_t> startValue = {2.4}; 108 std::vector<int64_t> limitValue = {10}; 109 std::vector<int64_t> deltaValue = {4}; 110 int32_t inputValue[2] = {0}; 111 int32_t outputValue[2] = {0}; 113 … OHNNOperandTest input = {OH_NN_INT32, OH_NN_TENSOR, tensor_shape, inputValue, 2*sizeof(int32_t)}; 114 …OHNNOperandTest output = {OH_NN_INT32, OH_NN_TENSOR, tensor_shape, outputValue, 2*sizeof(int32_t)}; 115 OHNNOperandTest start = {OH_NN_INT64, OH_NN_RANGE_START, {1}, &startValue, sizeof(int64_t)}; [all …]
|