Searched defs:larger_shape (Results 1 – 1 of 1) sorted by relevance
744 const Shape& smaller_shape, const Shape& larger_shape, in InferInDimBroadcastShape()896 const Shape& larger_shape = lhs.rank() > rhs.rank() ? lhs : rhs; in InferElementwiseBinaryOpShape() local