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

Method create_rendezvous

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

Source from the content-addressed store, hash-verified

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);
1133 }
1134
1135 // Global rendezvous.
1136 Rendezvous* global_rendezvous() const { return params_->global_rendezvous; }

Callers 1

RunFunctionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected