Function tensorflow::eager::raw_ops::ref_select
source · 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