Function tensorflow::eager::raw_ops::sync_device
source · pub fn sync_device<'a>(ctx: &'a Context) -> Result<()>
Expand description
Shorthand for SyncDevice::new().call(&ctx)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/SyncDevice