Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 73 for 4000 (0.17 sec)

  1. doc/go1.17_spec.html

    1e10                uint64      10000000000 is in the set of unsigned 64-bit integers
    2.718281828459045   float32     2.718281828459045 rounds to 2.7182817 which is in the set of float32 values
    -1e-1000            float64     -1e-1000 rounds to IEEE -0.0 which is further simplified to 0.0
    0i                  int         0 is an integer value
    (42 + 0i)           float32     42.0 (with zero imaginary part) is in the set of float32 values
    </pre>
    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. cluster/gce/util.sh

    # - NUM_MIGS
    # - NUM_WINDOWS_MIGS
    function set_num_migs() {
      local defaulted_max_instances_per_mig=${MAX_INSTANCES_PER_MIG:-1000}
    
      if [[ ${defaulted_max_instances_per_mig} -le "0" ]]; then
        echo "MAX_INSTANCES_PER_MIG cannot be negative. Assuming default 1000"
        defaulted_max_instances_per_mig=1000
      fi
      export NUM_MIGS=$(((NUM_NODES + defaulted_max_instances_per_mig - 1) / defaulted_max_instances_per_mig))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar

    lass package org.codehaus.plexus.util.xml.pull; public synchronized class MXParser implements XmlPullParser { protected static final String XML_URI = http://www.w3.org/XML/1998/namespace; protected static final String XMLNS_URI = http://www.w3.org/2000/xmlns/; protected static final String FEATURE_XML_ROUNDTRIP = http://xmlpull.org/v1/doc/features.html#xml-roundtrip; protected static final String FEATURE_NAMES_INTERNED = http://xmlpull.org/v1/doc/features.html#names-interned; protected static final...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 200.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        ```
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

          return failure();
        }
    
        // For a cumulative op, padding (expressed as a list of left-padding and
        // right-padding pairs) should be of the form:
        //  dense<[[0, 0], [0, 0], [N-1, 0], [0, 0]]>
        // where N is the size of the input dimension being operated over.
        if (!rw.getPadding()) return failure();
        const auto& padding = rw.getPadding()->getValues<int64_t>();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/x86/asm6.go

    	{AMOVW, Ytask, Ynone, Yml, movRegMem2op, [4]uint8{0x0f, 0x00, 1, 0}},
    
    	/* load full pointer - unsupported
    	{AMOVL, Yml, Ycol, movFullPtr, [4]uint8{0, 0, 0, 0}},
    	{AMOVW, Yml, Ycol, movFullPtr, [4]uint8{Pe, 0, 0, 0}},
    	*/
    
    	// double shift
    	{ASHLL, Yi8, Yrl, Yml, movDoubleShift, [4]uint8{0xa4, 0xa5, 0, 0}},
    	{ASHLL, Ycl, Yrl, Yml, movDoubleShift, [4]uint8{0xa4, 0xa5, 0, 0}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/tests/legalize-tf.mlir

      %0 = arith.constant dense<[0]> : tensor<1xi32>
      %1 = arith.constant dense<[-1]> : tensor<1xi32>
      %2 = arith.constant dense<[-1]> : tensor<1xi32>
      %3 = arith.constant dense<[0.0, 0.0]> : tensor<2xf32>
      %4 = "tf.MatrixDiagV2"(%arg0, %0, %1, %2, %3) : (tensor<8x16xf32>, tensor<1xi32>, tensor<1xi32>, tensor<1xi32>, tensor<2xf32>) -> tensor<8x16x16xf32>
      func.return %4 : tensor<8x16x16xf32>
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 05 01:54:33 UTC 2024
    - 153.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

      SmallVector<int64_t, 4> GetPadding(stablehlo::ConvolutionOp op) const {
        DenseIntElementsAttr padding_attr = op.getPaddingAttr();
        if (!padding_attr) {
          return {0, 0, 0, 0};
        }
    
        auto padding_values = padding_attr.getValues<int64_t>();
        // Padding has [[h_low, h_high], [w_low, w_high]] format.
        // https://github.com/openxla/stablehlo/blob/main/docs/spec.md#convolution.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS_FABSD64                         = 0xBB5 // 2997
    	SYS_FABSD128                        = 0xBB6 // 2998
    	SYS_FDIMD32                         = 0xBB7 // 2999
    	SYS_FDIMD64                         = 0xBB8 // 3000
    	SYS_FDIMD128                        = 0xBB9 // 3001
    	SYS_FE_DEC_GETROUND                 = 0xBBA // 3002
    	SYS_FE_DEC_SETROUND                 = 0xBBB // 3003
    	SYS_FLOORD32                        = 0xBBC // 3004
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  10. src/internal/trace/traceviewer/static/webcomponents.min.js

    MLUnknownElement=t}(window.ShadowDOMPolyfill),function(e){"use strict";function t(e){n.call(this,e)}var n=e.wrappers.Element,r=e.wrappers.HTMLElement,o=e.registerWrapper,i=(e.defineWrapGetter,e.unsafeUnwrap),a=e.wrap,s=e.mixin,c="http://www.w3.org/2000/svg",l=window.SVGElement,u=document.createElementNS(c,"title");if(!("classList"in u)){var d=Object.getOwnPropertyDescriptor(n.prototype,"classList");Object.defineProperty(r.prototype,"classList",d),delete n.prototype.classList}t.prototype=Object.c...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 115.6K bytes
    - Viewed (0)
Back to top