tensorflow::ops

Function tpuexecute_and_update_variables

Source
pub fn tpuexecute_and_update_variables<O0: Into<Output>, O1: Into<Output>>(
    args: O0,
    key: O1,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for TPUExecuteAndUpdateVariables::new().build(args, key, scope).