Function tensorflow::ops::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)
.