Function tensorflow::ops::ref_select

source ·
pub fn ref_select<O0: Into<Output>, O1: Into<Output>>(
    index: O0,
    inputs: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for RefSelect::new().build(index, inputs, scope).