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