Function tensorflow::ops::variable

source ·
pub fn variable(scope: &mut Scope) -> Result<Operation>
Expand description

Shorthand for Variable::new().build(scope).