Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 77 for 005 (0.08 sec)

  1. src/math/cmplx/cmath_test.go

    // calculator).
    
    var abs = []float64{
    	9.2022120669932650313380972e+00,
    	7.7438239742296106616261394e+00,
    	5.0182478202557746902556648e+00,
    	1.0861137372799545160704002e+01,
    	1.0070841084922199607011905e+01,
    	5.9922447613166942183705192e+00,
    	5.8978784056736762299945176e+00,
    	3.2822866700678709020367184e+00,
    	8.8756430028990417290744307e+00,
    	1.0011785496777731986390856e+01,
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 01 03:16:37 UTC 2020
    - 48.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/const-fold.mlir

      func.return %0 : tensor<2x2xf32>
    
    // CHECK: %[[CST:.*]] = arith.constant dense<{{\[\[}}-1.500000e+00, -5.500000e+00], [5.500000e+00, 1.500000e+00]]> : tensor<2x2xf32>
    // CHECK:  return %[[CST]]
    }
    
    // CHECK-LABEL: @rank
    func.func @rank() -> tensor<1xi32> {
      %cst = arith.constant dense<[[1], [2]]> : tensor<2x1xi32>
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 45.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/tests/end2end/fake_quant_per_channel.pbtxt

        key: "value"
        value {
          tensor {
            dtype: DT_FLOAT
            tensor_shape {
              dim {
                size: 186
              }
            }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/storage/etcd3/lease_manager.go

    	if config.MaxObjectCount <= 0 {
    		config.MaxObjectCount = defaultLeaseMaxObjectCount
    	}
    	return newLeaseManager(client, config.ReuseDurationSeconds, 0.05, config.MaxObjectCount)
    }
    
    // newLeaseManager creates a new lease manager with the number of buffered
    // leases, lease reuse duration in seconds and percentage. The percentage
    // value x means x*100%.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 15 13:53:06 UTC 2021
    - 4.8K bytes
    - Viewed (0)
  5. src/image/jpeg/reader_test.go

    		"../testdata/video-001.q50.411",
    		"../testdata/video-001.q50.420",
    		"../testdata/video-001.q50.422",
    		"../testdata/video-001.q50.440",
    		"../testdata/video-001.q50.444",
    		"../testdata/video-005.gray.q50",
    		"../testdata/video-005.gray.q50.2x2",
    		"../testdata/video-001.separate.dc.progression",
    	}
    	for _, tc := range testCases {
    		m0, err := decodeFile(tc + ".jpeg")
    		if err != nil {
    			t.Errorf("%s: %v", tc+".jpeg", err)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 25 00:46:29 UTC 2024
    - 24.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/tests/end2end/fake_quant_per_channel_4bit.pbtxt

        key: "value"
        value {
          tensor {
            dtype: DT_FLOAT
            tensor_shape {
              dim {
                size: 186
              }
            }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  7. src/cmd/go/internal/lockedfile/internal/filelock/filelock_fcntl.go

    		nextSleep += nextSleep
    		if nextSleep > maxSleep {
    			nextSleep = maxSleep
    		}
    		// Apply 10% jitter to avoid synchronizing collisions when we finally unblock.
    		nextSleep += time.Duration((0.1*rand.Float64() - 0.05) * float64(nextSleep))
    	}
    
    	if err != nil {
    		unlock(f)
    		return &fs.PathError{
    			Op:   lt.String(),
    			Path: f.Name(),
    			Err:  err,
    		}
    	}
    
    	return nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 17 02:24:35 UTC 2023
    - 5.5K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf-quant.mlir

      // CHECK: %[[CONVERT_3:.*]] = mhlo.bitcast_convert %[[REQUANTIZE]] : (tensor<4x!quant.uniform<i8:f32, 2.000000e+00:5>>) -> tensor<4xi8>
      // CHECK: %[[CONVERT_4:.*]] = mhlo.bitcast_convert %[[CONVERT_3]] : (tensor<4xi8>) -> tensor<4x!quant.uniform<i8:f32, 2.000000e+00:5>>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 01:25:29 UTC 2024
    - 37.3K bytes
    - Viewed (0)
  9. cmd/kube-controller-manager/app/options/options_test.go

    	"--pv-recycler-timeout-increment-hostpath=45",
    	"--pvclaimbinder-sync-period=30s",
    	"--resource-quota-sync-period=10m",
    	"--route-reconciliation-period=30s",
    	"--secondary-node-eviction-rate=0.05",
    	"--service-account-private-key-file=/service-account-private-key",
    	"--terminated-pod-gc-threshold=12000",
    	"--unhealthy-zone-threshold=0.6",
    	"--use-service-account-credentials=true",
    	"--cert-dir=/a/b/c",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/stablehlo/tests/compose-uniform-quantized-type.mlir

    // CHECK: %[[DQ_0:.*]] = stablehlo.uniform_dequantize %[[DOT_GENERAL]] : (tensor<8x16x4x!quant.uniform<i8:f32, 2.000000e+00:-5>>) -> tensor<8x16x4xf32>
    // CHECK: return %[[DQ_0]]
    
      // The following uniform_quantize & uniform_dequantize functions do NOT have
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 17:10:32 UTC 2024
    - 37K bytes
    - Viewed (0)
Back to top