Communication. An op kernel communicates with outside environment through Rendezvous Send() and Recv().
| 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); |
no outgoing calls
no test coverage detected