Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for mask6 (0.11 sec)

  1. 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)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(IP).IsLoopback", Method, 0},
    		{"(IP).IsMulticast", Method, 0},
    		{"(IP).IsPrivate", Method, 17},
    		{"(IP).IsUnspecified", Method, 0},
    		{"(IP).MarshalText", Method, 2},
    		{"(IP).Mask", Method, 0},
    		{"(IP).String", Method, 0},
    		{"(IP).To16", Method, 0},
    		{"(IP).To4", Method, 0},
    		{"(IPMask).Size", Method, 0},
    		{"(IPMask).String", Method, 0},
    		{"(InvalidAddrError).Error", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  3. 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)
  4. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1F191..1F19A  ; valid                  ;      ; NV8    # 6.0  SQUARED CL..SQUARED VS
    1F19B..1F1AC  ; valid                  ;      ; NV8    # 9.0  SQUARED THREE D..SQUARED VOD
    1F1AD         ; valid                  ;      ; NV8    # 13.0 MASK WORK SYMBOL
    1F1AE..1F1E5  ; disallowed                             # NA   <reserved-1F1AE>..<reserved-1F1E5>
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  5. 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