Function tensorflow::ops::string_to_hash_bucket_fast
source · pub fn string_to_hash_bucket_fast<O0: Into<Output>>(
input: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for StringToHashBucketFast::new().build(input, scope)
.