Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/abstract/
Dprim_arrays.cc779 int64_t x_max_num = 1; in InferImplReshape() local
787 x_max_num = LongMulWithOverflowCheck(value, x_max_num); in InferImplReshape()
799 int64_t infer_max_value = x_max_num; in InferImplReshape()