Function tensorflow::ops::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)
.