Function tensorflow::ops::read_variable_op
source · pub fn read_variable_op<O0: Into<Output>>(
resource: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for ReadVariableOp::new().build(resource, scope)
.