Function tensorflow::eager::raw_ops::barrier_insert_many
source · pub fn barrier_insert_many<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>(
ctx: &'a Context,
handle: &T0,
keys: &T1,
values: &T2
) -> Result<()>
Expand description
Shorthand for BarrierInsertMany::new().call(&ctx, &handle, &keys, &values)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/BarrierInsertMany