tensorflow::ops

Function 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).