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

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