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

Function Send

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

Source from the content-addressed store, hash-verified

3568}
3569
3570void Send(const XlaOp operand, const ChannelHandle& handle) {
3571 return operand.builder()->Send(operand, handle);
3572}
3573
3574XlaOp Recv(XlaBuilder* builder, const Shape& shape,
3575 const ChannelHandle& handle) {

Callers 1

CompileMethod · 0.50

Calls 2

SendMethod · 0.45
builderMethod · 0.45

Tested by

no test coverage detected