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

Shorthand for StringToNumber::new().build(string_tensor, scope).