Function tensorflow::ops::xla_recv_from_host
source · pub fn xla_recv_from_host(scope: &mut Scope) -> Result<Operation>
Expand description
Shorthand for XlaRecvFromHost::new().build(scope)
.
pub fn xla_recv_from_host(scope: &mut Scope) -> Result<Operation>
Shorthand for XlaRecvFromHost::new().build(scope)
.