Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for to_hash_bucket_fast (0.36 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    to the same bucket. To prevent this problem, use a strong hash function with
    `tf.string_to_hash_bucket_strong`.
    
    Examples:
    
    >>> tf.strings.to_hash_bucket_fast(["Hello", "TensorFlow", "2.x"], 3).numpy()
    array([0, 2, 2])
      }];
    
      let arguments = (ins
        Arg<TF_StrTensor, [{The strings to assign a hash bucket.}]>:$input,
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

            to `tf.string_strip`), `tf.strings.substr`, `tf.strings.to_hash_bucket`
            (corresponds to `tf.string_to_hash_bucket`),
            `tf.strings.to_hash_bucket_fast` (corresponds to
            `tf.string_to_hash_bucket_fast`), `tf.strings.to_hash_bucket_strong`
            (corresponds to `tf.string_to_hash_bucket_strong`).
    
    ## Thanks to our Contributors
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top