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

Function RecvWithToken

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

Source from the content-addressed store, hash-verified

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

Callers 2

ExportXlaOpFunction · 0.85
RecvMethod · 0.85

Calls 2

RecvWithTokenMethod · 0.80
builderMethod · 0.45

Tested by

no test coverage detected