Function tensorflow::ops::unicode_encode

source ·
pub fn unicode_encode<O0: Into<Output>, O1: Into<Output>>(
    input_values: O0,
    input_splits: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for UnicodeEncode::new().build(input_values, input_splits, scope).