Searched refs:y_shape_min (Results 1 – 1 of 1) sorted by relevance
428 ShapeVector y_shape_min = y->shape()->min_shape().empty() ? y_shape : y->shape()->min_shape(); in InferImplLess() local432 auto out_shape_min = BroadcastShape(x_shape_min, y_shape_min); in InferImplLess()