| 3577 | } |
| 3578 | |
| 3579 | XlaOp SendWithToken(const XlaOp operand, const XlaOp token, |
| 3580 | const ChannelHandle& handle) { |
| 3581 | return operand.builder()->SendWithToken(operand, token, handle); |
| 3582 | } |
| 3583 | |
| 3584 | XlaOp RecvWithToken(const XlaOp token, const Shape& shape, |
| 3585 | const ChannelHandle& handle) { |
no test coverage detected