Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for 004 (0.04 sec)

  1. src/encoding/json/testdata/code.json.gz

    ,{"name":"encryption.proto","kids":[],"cl_weight":0.04,"touches":1,"min_t":1286994079,"max_t":1286994079,"mean_t":1286994079},{"name":"password_specifics.proto","kids":[],"cl_weight":0.04,"touches":1,"min_t":1286994079,"max_t":1286994079,"mean_t":1286994079},{"name":"theme_specifics.proto","kids":[],"cl_weight":0.04,"touches":1,"min_t":1286994079,"max_t":1286994079,"mean_t":1286994079},{"name":"bookmark_specifics.proto","kids":[],"cl_weight":0.04,"touches":1,"min_t":1286994079,"max_t":1286994079...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/tests/uniform-quantized-stablehlo-to-tfl.mlir

        %4 = stablehlo.add %3, %2 : tensor<1x4x4x4x!quant.uniform<i32:f32:3, {6.000000e+00, 6.000000e+00, 6.000000e+00, 6.000000e+00}>>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 17:10:32 UTC 2024
    - 106.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/shape_inference.mlir

            %4 = "tf.Const"() {device = "", value = dense<0> : tensor<i32>} : () -> tensor<i32>
            %5 = "tf.Const"() {device = "", value = dense<[[1.000000e+00, 2.000000e+00], [3.000000e+00, 4.000000e+00]]> : tensor<2x2xf32>} : () -> tensor<2x2xf32>
            // CHECK: tf.TensorListSetItem{{.*}}: (tensor<!tf_type.variant<tensor<2x2xf32>>>, tensor<i32>, tensor<2x2xf32>) -> tensor<!tf_type.variant<tensor<2x2xf32>>>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 17:24:10 UTC 2024
    - 167.4K bytes
    - Viewed (0)
  4. pkg/controller/podautoscaler/horizontal_test.go

    			autoscalingv2.ResourceMetricSourceType: monitor.ErrorLabelNone,
    		},
    	}
    	tc1.runTest(t)
    
    	target = math.Abs(1/(requestedToUsed*(1-defaultTestingTolerance))) + .004
    	finalCPUPercentTarget = int32(target * 100)
    	tc2 := testCase{
    		minReplicas:             0,
    		maxReplicas:             1000,
    		specReplicas:            startPods,
    		statusReplicas:          startPods,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  5. pkg/kubelet/kubelet.go

    		// accumulating at approximately the same time from the set of nodes due to priority and
    		// fairness effect.
    		go wait.JitterUntil(kl.syncNodeStatus, kl.nodeStatusUpdateFrequency, 0.04, true, wait.NeverStop)
    		go kl.fastStatusUpdateOnce()
    
    		// start syncing lease
    		go kl.nodeLeaseController.Run(context.Background())
    	}
    	go wait.Until(kl.updateRuntimeUp, 5*time.Second, wait.NeverStop)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
Back to top