Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/abstract/
Dprim_arrays.cc518 auto input_x_shp = input_x->shape(); in InferImplSubAndFilter() local
519 MS_EXCEPTION_IF_NULL(input_x_shp); in InferImplSubAndFilter()
524 if (!input_x_shp->max_shape().empty()) { in InferImplSubAndFilter()
525 max_shape = input_x_shp->max_shape(); in InferImplSubAndFilter()
527 max_shape = input_x_shp->shape(); in InferImplSubAndFilter()