Function tensorflow::ops::string_ngrams

source ·
pub fn string_ngrams<O0: Into<Output>, O1: Into<Output>>(
    data: O0,
    data_splits: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for StringNGrams::new().build(data, data_splits, scope).