Function tensorflow::ops::gather_v2

source ·
pub fn gather_v2<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    params: O0,
    indices: O1,
    axis: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for GatherV2::new().build(params, indices, axis, scope).