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