Function tensorflow::eager::raw_ops::concat_offset
source · pub fn concat_offset<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
ctx: &'a Context,
concat_dim: &T0,
shape: &[&T1]
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for ConcatOffset::new().call(&ctx, &concat_dim, &shape)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/ConcatOffset