Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for multiplexed (0.17 sec)

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

    the nearest round Number) the 1/89000th Part of an Inch. This is the
    Thickness of the Air at the darkest Part of the first dark Ring made by
    perpendicular Rays; and half this Thickness multiplied by the
    Progression, 1, 3, 5, 7, 9, 11, &c. gives the Thicknesses of the Air at
    the most luminous Parts of all the brightest Rings, _viz._ 1/178000,
    3/178000, 5/178000, 7/178000, &c. their arithmetical Means 2/178000,
    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. RELEASE.md

        *   Refactor `TpuClusterResolver` to move shared logic to a separate pip
            package.
        *   Support configuring TPU software version from cloud tpu client.
        *   Allowed TPU embedding weight decay factor to be multiplied by learning
            rate.
    *   XLA Support:
        *   Add standalone XLA AOT runtime target + relevant .cc sources to pip
            package.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let description = [{
    `a` and `b` must be the same shape; they can either be simple 3-element vectors,
    or any shape where the innermost dimension is 3. In the latter case, each pair
    of corresponding 3-element vectors is cross-multiplied independently.
      }];
    
      let arguments = (ins
        Arg<TF_IntOrFpTensor, [{A tensor containing 3-element vectors.}]>:$a,
        Arg<TF_IntOrFpTensor, [{Another tensor, of same type and shape as `a`.}]>:$b
      );
    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