MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / SendWithToken

Function SendWithToken

tensorflow/compiler/xla/client/xla_builder.cc:3579–3582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

ExportXlaOpFunction · 0.85
SendMethod · 0.85

Calls 2

SendWithTokenMethod · 0.80
builderMethod · 0.45

Tested by

no test coverage detected