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