Function tensorflow::ops::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)
.
pub fn string_join<O0: Into<Output>>(
inputs: O0,
scope: &mut Scope
) -> Result<Operation>
Shorthand for StringJoin::new().build(inputs, scope)
.