Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 3000 (0.04 sec)

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

                      [2, 1, 1]]
    
    # `condition` tensor is [[[1.5 + 0.0j, 0.0  + 0.0j]
    #                     [0.0 + 0.5j, 0.0  + 0.0j]]
    #                    [[0.0 + 0.0j, 0.25 + 1.5j]
    #                     [0.0 + 0.0j, 0.75 + 0.0j]]
    #                    [[0.0 + 0.0j, 0.0  + 0.0j]
    #                     [0.0 + 0.0j, 0.01 + 0.0j]]]
    # 'input' has 5 nonzero magnitude values, so output has 5 coordinates.
    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

        *   The `TextVectorization` layer now accounts for the mask_token as part of
            the vocabulary size when output_mode='int'. This means that, if you have
            a max_tokens value of 5000, your output will have 5000 unique values
            (not 5001 as before).
        *   Change the return value of `TextVectorization.get_vocabulary()` from
            `byte` to `string`. Users who previously were calling 'decode' on the
    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