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

Function Recv

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

Source from the content-addressed store, hash-verified

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

Callers 1

CompileMethod · 0.50

Calls 1

RecvMethod · 0.45

Tested by

no test coverage detected