Searched refs:input_x_shp (Results 1 – 1 of 1) sorted by relevance
518 auto input_x_shp = input_x->shape(); in InferImplSubAndFilter() local519 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()