pub fn tpuexecute_and_update_variables<O0: Into<Output>, O1: Into<Output>>( args: O0, key: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for TPUExecuteAndUpdateVariables::new().build(args, key, scope).
TPUExecuteAndUpdateVariables::new().build(args, key, scope)