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