Home
last modified time | relevance | path

Searched refs:shape_data2 (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dreduce_sum.cc156 auto shape_data2 = reinterpret_cast<int64_t *>(axis_tensor->data_c()); in InferShape() local
158 value_list.push_back(MakeValue(static_cast<int64_t>(*shape_data2))); in InferShape()
159 ++shape_data2; in InferShape()