pub fn read_variable_op<O0: Into<Output>>( resource: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for ReadVariableOp::new().build(resource, scope).
ReadVariableOp::new().build(resource, scope)