tensorflow::ops

Function string_join

Source
pub fn string_join<O0: Into<Output>>(
    inputs: O0,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for StringJoin::new().build(inputs, scope).