Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for maskstr (0.17 sec)

  1. CHANGELOG/CHANGELOG-1.19.md

    ### Other (Cleanup or Flake)
    
    - Client-go header logging (at verbosity levels >= 9) now masks `Authorization` header contents ([#95316](https://github.com/kubernetes/kubernetes/pull/95316), [@sfowl](https://github.com/sfowl)) [SIG API Machinery]
    
    ## Dependencies
    
    ### Added
    _Nothing has changed._
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  2. RELEASE.md

            [`tf.keras.layers.MultiHeadAttention`](https://www.tensorflow.org/api_docs/python/tf/keras/layers/MultiHeadAttention).
            *   Implicit masks for `query`, `key` and `value` inputs will
                automatically be used to compute a correct attention mask for the
                layer. These padding masks will be combined with any
                `attention_mask` passed in directly when calling the layer. This can
                be used with
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    `end = begin + 1 = 2`. To disambiguate from the original spec `2:4` we
    also set the appropriate bit in `shrink_axis_mask`.
    
    2. `2:4` is contributes 2, 4, 1 to begin, end, and stride. All masks have
    zero bits contributed.
    
    3. None is a synonym for `tf.newaxis`. This means insert a dimension of size 1
    dimension in the final shape. Dummy values are contributed to begin,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top