pub fn ref_select<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
    ctx: &'a Context,
    index: &T0,
    inputs: &[&T1]
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for RefSelect::new().call(&ctx, &index, &inputs).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/RefSelect