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

Method rendezvous

tensorflow/core/framework/op_kernel.h:1129–1129  ·  view source on GitHub ↗

Communication. An op kernel communicates with outside environment through Rendezvous Send() and Recv().

Source from the content-addressed store, hash-verified

1127 // An op kernel communicates with outside environment through
1128 // Rendezvous Send() and Recv().
1129 Rendezvous* rendezvous() const { return params_->rendezvous; }
1130 Status create_rendezvous(const int64 step_id, const DeviceMgr* device_mgr,
1131 Rendezvous** r) const {
1132 return (*params_->create_rendezvous)(step_id, device_mgr, r);

Callers 15

ExecuteNativeSegmentMethod · 0.80
ComputeAsyncMethod · 0.80
ComputeAsyncMethod · 0.80
SetRunOptionsFunction · 0.80
ComputeMethod · 0.80
SendTotalBytesMethod · 0.80
SendShapeMethod · 0.80
SendStringMethod · 0.80
SendStringSliceMethod · 0.80
SendBasicTypeMethod · 0.80
RecvTotalBytesMethod · 0.80
RecvShapeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected