Function tensorflow::ops::temporary_variable
source · pub fn temporary_variable(scope: &mut Scope) -> Result<Operation>
Expand description
Shorthand for TemporaryVariable::new().build(scope)
.
pub fn temporary_variable(scope: &mut Scope) -> Result<Operation>
Shorthand for TemporaryVariable::new().build(scope)
.