Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 80 for 0640 (0.04 sec)

  1. cmd/kubeadm/app/phases/etcd/local_test.go

    	}
    
    	patchString := dedent.Dedent(`
    	metadata:
    	  annotations:
    	    patched: "true"
    	`)
    
    	err = os.WriteFile(filepath.Join(patchesPath, kubeadmconstants.Etcd+".yaml"), []byte(patchString), 0644)
    	if err != nil {
    		t.Fatalf("WriteFile returned unexpected error: %v", err)
    	}
    
    	manifestPath := filepath.Join(tmpdir, kubeadmconstants.ManifestsSubDirName)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 14:07:27 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  2. src/runtime/gc_test.go

    	// The types are not allocated at runtime.
    	if hugeSink != nil {
    		// 400MB on 32 bots, 4TB on 64-bits.
    		const n = (400 << 20) + (unsafe.Sizeof(uintptr(0))-4)<<40
    		hugeSink = new([n]*byte)
    		hugeSink = new([n]uintptr)
    		hugeSink = new(struct {
    			x float64
    			y [n]*byte
    			z []string
    		})
    		hugeSink = new(struct {
    			x float64
    			y [n]uintptr
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 05 22:33:52 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/tests/quantize-numeric-verify.mlir

        stride_h = 1 : i32, stride_w = 1 : i32} : (
          tensor<?x5x5x2xf32>, tensor<3x5x5x2xf32>, tensor<3xf32>) -> tensor<?x1x1x3xf32>
      %4 = "quantfork.stats"(%3) {
        layerStats = dense<[0.0, 4.0]> : tensor<2xf32>
      } : (tensor<?x1x1x3xf32>) -> tensor<?x1x1x3xf32>
      %5 = "tfl.sqrt"(%4) : (tensor<?x1x1x3xf32>) -> tensor<?x1x1x3xf32>
      %6 = "quantfork.stats"(%5) {
        layerStats = dense<[0.0, 2.0]> : tensor<2xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 15.1K bytes
    - Viewed (0)
  4. src/crypto/tls/testdata/Client-TLSv13-ClientCert-RSA-RSAPSS

    00000190  44 52 f0 08 26 4c b3 e7  71 b3 89 b3 5c 78 7e db  |DR..&L..q...\x~.|
    000001a0  34 31 dc dc 7c 7d 28 e1  41 96 f4 2f 28 60 9f 5b  |41..|}(.A../(`.[|
    000001b0  b2 2b 37 6b 3f 3a 37 e2  38 7a 66 40 fe 44 44 72  |.+7k?:7.8zf@.DDr|
    000001c0  b4 e3 97 f3 db 73 c8 af  96 c8 a6 24 ef ea 34 8f  |.....s.....$..4.|
    000001d0  5e 4b 21 22 19 d8 4a db  2e f1 23 90 d0 d2 38 f3  |^K!"..J...#...8.|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  5. src/os/os_test.go

    	}
    	t.Parallel()
    
    	d := t.TempDir()
    	if err := WriteFile(filepath.Join(d, "control.txt"), []byte(string("Hello, world!")), 0644); err != nil {
    		t.Fatal(err)
    	}
    	if err := WriteFile(filepath.Join(d, `e:xperi\ment.txt`), []byte(string("Hello, colon and backslash!")), 0644); err != nil {
    		t.Fatal(err)
    	}
    
    	fsys := DirFS(d)
    	err := fs.WalkDir(fsys, ".", func(path string, e fs.DirEntry, err error) error {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 83.1K bytes
    - Viewed (0)
  6. src/cmd/go/internal/work/gccgo.go

    		if err != nil {
    			fail(err)
    		}
    		fn := f.Name()
    		f.Close()
    		defer os.Remove(fn)
    
    		if err := os.WriteFile(fn, []byte(gccgoSupportsCgoIncompleteCode), 0644); err != nil {
    			fail(err)
    		}
    
    		on := strings.TrimSuffix(fn, ".go") + ".o"
    		if cfg.BuildN || cfg.BuildX {
    			sh.ShowCmd(tmpdir, "%s -c -o %s %s || true", tools.compiler(), on, fn)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 02 22:18:34 UTC 2024
    - 19K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf-quant.mlir

      // CHECK-DAG: %[[OPERAND:.*]] = mhlo.uniform_quantize %arg0 : (tensor<3x2xf32>) -> tensor<3x2x!quant.uniform<i32:f32:1, {2.000000e+00:4,2.000000e+00:4}>>
      %0 = "tf.UniformQuantize"(%input, %scales, %zps) {
        quantization_axis = 1 : i64, quantization_min_val = -2147483648 : i64, quantization_max_val = 2147483647 : i64
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 01:25:29 UTC 2024
    - 37.3K bytes
    - Viewed (0)
  8. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/CopyTaskIntegrationSpec.groovy

            "dirPermissions"     | "dirPermissions { unix(\"0700\") }"               | "dirPermissions { unix(\"0755\") }"
            "filePermissions"    | "filePermissions { unix(\"0600\") }"              | "filePermissions { unix(\"0644\") }"
            "filteringCharset"   | "filteringCharset = 'iso8859-1'"                  | "filteringCharset = 'utf-8'"
        }
    
        def "null action is forbidden for #method"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 67.9K bytes
    - Viewed (0)
  9. android/guava-tests/test/com/google/common/net/InetAddressesTest.java

                );
        ImmutableSet<String> nonIsatapAddresses =
            ImmutableSet.of(
                "::1.2.3.4",
                "3ffe::1",
                "::",
                "::1",
                "2001:db8::0040:5efe:102:304",
                "2001:db8::5ffe:102:304",
                "2001:db8::5eff:102:304",
                "2001:0:102:203:200:5efe:506:708" // Teredo address; not ISATAP
                );
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 24 16:44:05 UTC 2024
    - 35.3K bytes
    - Viewed (0)
  10. src/testing/testing_test.go

    	}
    
    	if testing.Short() {
    		t.Skip("skipping building a binary in short mode")
    	}
    	testenv.MustHaveGoRun(t)
    
    	fn := filepath.Join(t.TempDir(), "x.go")
    	if err := os.WriteFile(fn, []byte(testingProg), 0644); err != nil {
    		t.Fatal(err)
    	}
    
    	cmd := testenv.Command(t, testenv.GoToolPath(t), "run", fn)
    	out, err := cmd.CombinedOutput()
    	if err != nil {
    		t.Fatalf("%v failed: %v\n%s", cmd, err, out)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 19:10:41 UTC 2024
    - 19.3K bytes
    - Viewed (0)
Back to top