tensorflow::ops

Function tpureplicated_output

Source
pub fn tpureplicated_output<O0: Into<Output>>(
    input: O0,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for TPUReplicatedOutput::new().build(input, scope).