Function tensorflow::ops::risc_gather

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

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