Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3570
void Send(const XlaOp operand, const ChannelHandle& handle) {
3571
return operand.builder()->Send(operand, handle);
3572
}
3573
3574
XlaOp Recv(XlaBuilder* builder, const Shape& shape,
3575
const ChannelHandle& handle) {
Callers
1
Compile
Method · 0.50
Calls
2
Send
Method · 0.45
builder
Method · 0.45
Tested by
no test coverage detected