Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for B1000000 (0.76 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    			expectedExpensive: []uint64{},
    			expectedTotal:     uint64(0),
    		},
    		{
    			name:              "one cost",
    			costs:             []uint64{1000000},
    			expectedExpensive: []uint64{1000000},
    			expectedTotal:     uint64(1000000),
    		},
    		{
    			name:              "one cost, ignored", // costs < 1% of the per-CRD cost limit are not considered expensive
    			costs:             []uint64{900000},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize_hlo.mlir

          %6 = mhlo.add %arg1, %arg2 : tensor<f32>
          "mhlo.return"(%6) : (tensor<f32>) -> ()
        }) {
        base_dilations = dense<1> : tensor<4xi64>,
        padding = dense<[[0, 0], [0, 0], [0, 0], [0, 0]]> : tensor<4x2xi64>,
        window_dilations = dense<1> : tensor<4xi64>,
        window_dimensions = dense<[1, 3, 3, 1]> : tensor<4xi64>,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 340.2K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * labels.facet_filetype_title:labels.facet_filetype_html=filetype:html	labels.facet_filetype_word=filetype:word	labels.facet_filetype_excel=filetype:excel	lab...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                                  defaults to 1. \n Support for this field varies based
                                  on the context where used."
                                format: int32
                                maximum: 1000000
                                minimum: 0
                                type: integer
                            required:
                            - name
                            type: object
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

      static Value GetInitialValue(Type reduce_element_type, Location loc,
                                   PatternRewriter *rewriter) {
        // The neutral element of fp addition is -0.0, not 0.0: '0.0 + -0.0 = 0.0'.
        return GetScalarNegZeroOfType(reduce_element_type, loc, rewriter);
      }
    };
    
    // Converts Max op to HLO Reduce op.
    //
    //   %init = arith.constant dense<...> : tensor<T>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  6. doc/go_spec.html

    </pre>
    
    <p>
    For floating-point arguments negative zero, NaN, and infinity the following rules apply:
    </p>
    
    <pre>
       x        y    min(x, y)    max(x, y)
    
      -0.0    0.0         -0.0          0.0    // negative zero is smaller than (non-negative) zero
      -Inf      y         -Inf            y    // negative infinity is smaller than any other number
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
Back to top