Home
last modified time | relevance | path

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

/test/xts/acts/ai/nncore/opstest/src/
Drange_test.cpp65 struct RangeModel3 { struct
66 const std::vector<int32_t> tensor_shape = {1};
67 std::vector<int64_t> startValue = {2};
68 std::vector<int64_t> limitValue = {1};
69 std::vector<int64_t> deltaValue = {4};
70 int32_t inputValue[1] = {0};
71 int32_t outputValue[1] = {0};
73 OHNNOperandTest input = {OH_NN_INT32, OH_NN_TENSOR, tensor_shape, inputValue, sizeof(int32_t)};
74 … OHNNOperandTest output = {OH_NN_INT32, OH_NN_TENSOR, tensor_shape, outputValue, sizeof(int32_t)};
75 OHNNOperandTest start = {OH_NN_INT64, OH_NN_RANGE_START, {1}, &startValue, sizeof(int64_t)};
[all …]