Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 132 of 132 for bit_count (0.21 sec)

  1. RELEASE.md

    *   Fixes a null dereference on ParallelConcat with XLA [CVE-2023-25676](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-25676)
    *   Fixes a segfault in Bincount with XLA [CVE-2023-25675](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-25675)
    *   Fixes an NPE in RandomShuffle with XLA enable [CVE-2023-25674](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-25674)
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = [{
    Computes element-wise population count (a.k.a. popcount, bitsum, bitcount).
      }];
    
      let description = [{
    For each entry in `x`, calculates the number of `1` (on) bits in the binary
    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
    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