| 3079 | } |
| 3080 | |
| 3081 | XlaOp Dot(const XlaOp lhs, const XlaOp rhs, |
| 3082 | const PrecisionConfig* precision_config) { |
| 3083 | return lhs.builder()->Dot(lhs, rhs, precision_config); |
| 3084 | } |
| 3085 | |
| 3086 | XlaOp DotGeneral(const XlaOp lhs, const XlaOp rhs, |
| 3087 | const DotDimensionNumbers& dimension_numbers, |