Function tensorflow::ops::worker_heartbeat
source · pub fn worker_heartbeat<O0: Into<Output>>(
request: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for WorkerHeartbeat::new().build(request, scope)
.