pub fn string_to_hash_bucket<O0: Into<Output>>( string_tensor: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for StringToHashBucket::new().build(string_tensor, scope).
StringToHashBucket::new().build(string_tensor, scope)