Function tensorflow::eager::raw_ops::risc_gather
source · pub fn risc_gather<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>(
ctx: &'a Context,
params: &T0,
indices: &T1,
axis: &T2
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for RiscGather::new().call(&ctx, ¶ms, &indices, &axis)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/RiscGather