tensorflow::ops

Function string_to_hash_bucket_strong

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

Shorthand for StringToHashBucketStrong::new().build(input, scope).