Function tensorflow::ops::tpureshard_variables
source · pub fn tpureshard_variables<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
vars: O0,
new_format_key: O1,
format_state_var: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for TPUReshardVariables::new().build(vars, new_format_key, format_state_var, scope)
.