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