Function tensorflow::ops::string_split

source ·
pub fn string_split<O0: Into<Output>, O1: Into<Output>>(
    input: O0,
    delimiter: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for StringSplit::new().build(input, delimiter, scope).