pub fn string_join<'a, T0: ToTensorHandle<'a>>(
    ctx: &'a Context,
    inputs: &[&T0]
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for StringJoin::new().call(&ctx, &inputs).

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