| 3582 | } |
| 3583 | |
| 3584 | XlaOp RecvWithToken(const XlaOp token, const Shape& shape, |
| 3585 | const ChannelHandle& handle) { |
| 3586 | return token.builder()->RecvWithToken(token, shape, handle); |
| 3587 | } |
| 3588 | |
| 3589 | XlaOp SendToHost(const XlaOp operand, const XlaOp token, |
| 3590 | const Shape& shape_with_layout, const ChannelHandle& handle) { |
no test coverage detected