Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 87 of 87 for multiplexed (0.33 sec)

  1. doc/go1.17_spec.html

    <a href="#Floating-point_literals">floating-point</a> literal
    followed by the lower-case letter <code>i</code>.
    The value of an imaginary literal is the value of the respective
    integer or floating-point literal multiplied by the imaginary unit <i>i</i>.
    </p>
    
    <pre class="ebnf">
    imaginary_lit = (decimal_digits | int_lit | float_lit) "i" .
    </pre>
    
    <p>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

            },
            "tls": {
              "description": "TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI.",
              "items": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
  3. doc/go_spec.html

    <a href="#Floating-point_literals">floating-point</a> literal
    followed by the lowercase letter <code>i</code>.
    The value of an imaginary literal is the value of the respective
    integer or floating-point literal multiplied by the imaginary unit <i>i</i>
    [<a href="#Go_1.13">Go 1.13</a>]
    </p>
    
    <pre class="ebnf">
    imaginary_lit = (decimal_digits | int_lit | float_lit) "i" .
    </pre>
    
    <p>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  4. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    Proportion, and they will become 1/88952 and 1/89063, or (to use 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, 4/178000, 6/178000, &c. being...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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