Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Aggregate (0.12 sec)

  1. CHANGELOG/CHANGELOG-1.19.md

    ### Bug or Regression
    
    - Aggregate errors when putting vmss ([#98350](https://github.com/kubernetes/kubernetes/pull/98350), [@nilo19](https://github.com/nilo19)) [SIG Cloud Provider]
    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

    representation of that entry.
    
    **NOTE**: It is more efficient to first `tf.bitcast` your tensors into
    `int32` or `int64` and perform the bitcount on the result, than to feed in
    8- or 16-bit inputs and then aggregate the resulting counts.
      }];
    
      let arguments = (ins
        TF_IntTensor:$x
      );
    
      let results = (outs
        TF_Uint8Tensor:$y
      );
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. RELEASE.md

        [FTRL paper](https://research.google.com/pubs/archive/41159.pdf).
    *   `Optimizer.__init__` now accepts a `gradient_aggregator` to allow for
        customization of how gradients are aggregated across devices, as well as
        `gradients_transformers` to allow for custom gradient transformations (such
        as gradient clipping).
    *   Improvements to Keras preprocessing layers:
    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