pub fn barrier_take_many<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
    ctx: &'a Context,
    handle: &T0,
    num_elements: &T1
) -> Result<[TensorHandle<'a>; 3]>
Expand description

Shorthand for BarrierTakeMany::new().call(&ctx, &handle, &num_elements).

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