| 3572 | } |
| 3573 | |
| 3574 | XlaOp Recv(XlaBuilder* builder, const Shape& shape, |
| 3575 | const ChannelHandle& handle) { |
| 3576 | return builder->Recv(shape, handle); |
| 3577 | } |
| 3578 | |
| 3579 | XlaOp SendWithToken(const XlaOp operand, const XlaOp token, |
| 3580 | const ChannelHandle& handle) { |