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