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

Function AsyncOutSend

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

Source from the content-addressed store, hash-verified

2940}
2941
2942XlaOp AsyncOutSend(XlaOp operand, const Shape& shape_with_layout,
2943 const string& rendezvous_key) {
2944 return operand.builder()->AsyncOutSend(operand, shape_with_layout,
2945 rendezvous_key);
2946}
2947
2948XlaOp Broadcast(const XlaOp operand, absl::Span<const int64> broadcast_sizes) {
2949 return operand.builder()->Broadcast(operand, broadcast_sizes);

Callers 3

CompileMethod · 0.85

Calls 2

AsyncOutSendMethod · 0.80
builderMethod · 0.45

Tested by 2