Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for bignum (0.23 sec)

  1. src/testdata/Isaac.Newton-Opticks.txt

    green, blue, violet Bodies, as Paper, Ashes, red Lead, Orpiment, Indico
    Bise, Gold, Silver, Copper, Grass, blue Flowers, Violets, Bubbles of
    Water tinged with various Colours, Peacock's Feathers, the Tincture of
    _Lignum Nephriticum_, and such-like, in red homogeneal Light appeared
    totally red, in blue Light totally blue, in green Light totally green,
    and so of other Colours. In the homogeneal Light of any Colour they all
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    }
    
    def TF_PopulationCountOp : TF_Op<"PopulationCount", [Pure, SameOperandsAndResultShape]> {
      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.
    
    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