Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 48 of 48 for 004 (0.07 sec)

  1. src/path/filepath/path_test.go

    		}
    		if len(errors) != 2 {
    			t.Errorf("expected 2 errors, got %d: %s", len(errors), errors)
    		}
    		// the inaccessible subtrees were marked manually
    		checkMarks(t, true)
    		errors = errors[0:0]
    
    		// 4) capture errors, stop after first error.
    		// mark respective subtrees manually
    		markTree(tree.entries[1])
    		markTree(tree.entries[3])
    		// correct double-marking of directory itself
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 22 16:38:19 UTC 2024
    - 47.1K bytes
    - Viewed (0)
  2. src/debug/elf/file_test.go

    	//   [    4] section_0001      PROGBITS        00000000 000034 000004 00  WA  0   0  4
    	//   [    5] section_0002      PROGBITS        00000000 000038 000004 00  WA  0   0  4
    	//   [ section_0003 ~ section_ff06 truncated ]
    	//   [65290] section_ff07      PROGBITS        00000000 03fc4c 000004 00  WA  0   0  4
    	//   [65291] section_ff08      PROGBITS        00000000 03fc50 000004 00  WA  0   0  4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 22 16:22:42 UTC 2023
    - 60.1K 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)
  6. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize_hlo.mlir

    // CHECK: }
    func.func @convert_floor_div_broadcast_cst(%arg0: tensor<10x8xf32>) -> tensor<10x8xf32> {
      %0 = mhlo.constant dense<1.000000e+00> : tensor<10x8xf32>
      %1 = mhlo.constant dense<[1.000000e+00, 2.000000e+00, 4.000000e+00, 8.000000e+00, 1.600000e+01, 3.200000e+01, 6.400000e+01, 1.280000e+02]> : tensor<8xf32>
      %2 = mhlo.constant dense<0.000000e+00> : tensor<10x8xf32>
      %3 = mhlo.constant dense<-1.000000e+00> : tensor<10x8xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 340.2K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

    // CHECK: [[DYNSLICE:%.*]] = "mhlo.dynamic_slice
    // CHECK: [[RESHAPE:%.*]] = mhlo.reshape [[DYNSLICE]]
    // CHECK: return [[RESHAPE]]
      %0 = "tf.Const"() {value = dense<[[0.000000e+00, 1.000000e+00, 2.000000e+00, 3.000000e+00], [4.000000e+00, 5.000000e+00, 6.000000e+00, 7.000000e+00]]> : tensor<2x4xf32>} : () -> tensor<2x4xf32>
      %1 = "tf.Const"() {value = dense<1> : tensor<i32>} : () -> tensor<i32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  8. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="application/postscript">
        <_comment>PostScript</_comment>
        <magic priority="50">
          <match value="%!" type="string" offset="0" />
          <match value="\004%!" type="string" offset="0" />
          <!-- Windows format EPS -->
          <match value="0xc5d0d3c6" type="string" offset="0"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top