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