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