Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Aggregate (0.1 sec)

  1. 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)
  2. 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