Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for content_es (0.33 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._
    
    ### 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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    the rank of `input`. For each dimension D of `input`, `paddings[D, 0]` indicates
    how many values to add before the contents of `input` in that dimension, and
    `paddings[D, 1]` indicates how many values to add after the contents of `input`
    in that dimension. Both `paddings[D, 0]` and `paddings[D, 1]` must be no greater
    than `input.dim_size(D)` (or `input.dim_size(D) - 1`) if `copy_border` is true
    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