pub fn xla_host_compute<O0: Into<Output>>( inputs: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for XlaHostCompute::new().build(inputs, scope).
XlaHostCompute::new().build(inputs, scope)