Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 33 for 1p512 (0.06 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/tests/optimize.mlir

    }
    
    // -----
    
    // CHECK-LABEL: testSliceConcat
    func.func @testSliceConcat(%arg0: tensor<3x1x512xf32>) -> tensor<3x1x512xf32> {
      %0 = "mhlo.slice"(%arg0) <{limit_indices = dense<[1, 1, 512]> : tensor<3xi64>, start_indices = dense<[0, 0, 0]> : tensor<3xi64>, strides = dense<1> : tensor<3xi64>}> : (tensor<3x1x512xf32>) -> tensor<1x1x512xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 15:32:52 UTC 2024
    - 22.7K bytes
    - Viewed (0)
  2. src/archive/tar/reader_test.go

    		if err != nil {
    			t.Fatalf("unexpected error: %v", err)
    		}
    		ss = append(ss, string(buf))
    	}
    
    	data1, data2, pax, sparse := ss[0], ss[1], ss[2], ss[3]
    	data2 += strings.Repeat("\x00", 10*512)
    	trash := strings.Repeat("garbage ", 64) // Exactly 512 bytes
    
    	vectors := []struct {
    		input string // Input stream
    		cnt   int    // Expected number of headers read
    		err   error  // Expected error outcome
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 21 21:14:38 UTC 2022
    - 47.1K bytes
    - Viewed (0)
  3. tensorflow/cc/gradients/array_grad_test.cc

      TensorShape y_shape({1, 5, 2});
      auto y = ExpandDims(scope_, x, 0);
      RunTest(x, x_shape, y, y_shape);
    }
    
    TEST_F(ArrayGradTest, SqueezeGrad) {
      TensorShape x_shape({1, 5, 1, 2});
      auto x = Placeholder(scope_, DT_FLOAT, Placeholder::Shape(x_shape));
      TensorShape y_shape({5, 2});
      auto y = Squeeze(scope_, x);
      RunTest(x, x_shape, y, y_shape);
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 10 23:33:32 UTC 2023
    - 19.3K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/s390x.s

    	CMPW	R7, R8                 // 1978
    	CMPW	R9, $-32768            // a79e8000
    	CMPW	R9, $-32769            // c29dffff7fff
    	CMPW	R9, $-2147483648       // c29d80000000
    	CMPWU	R1, R2                 // 1512
    	CMPWU	R3, $4294967295        // c23fffffffff
    
    	TMHH	R1, $65535             // a712ffff
    	TMHL	R2, $1                 // a7230001
    	TMLH	R3, $0                 // a7300000
    	TMLL	R4, $32768             // a7418000
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 22 03:55:32 UTC 2023
    - 21.6K bytes
    - Viewed (0)
  5. src/math/big/float_test.go

    		{"-0", MaxPrec, "-0", Exact},
    		{"-Inf", MaxPrec, "-Inf", Exact},
    		{"+Inf", MaxPrec, "+Inf", Exact},
    
    		// just a few regular cases - general rounding is tested elsewhere
    		{"1.5", 1, "2", Above},
    		{"-1.5", 1, "-2", Below},
    		{"123", 1e6, "123", Exact},
    		{"-123", 1e6, "-123", Exact},
    	} {
    		x := makeFloat(test.x).SetPrec(test.prec)
    		prec := test.prec
    		if prec > MaxPrec {
    			prec = MaxPrec
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 51.9K bytes
    - Viewed (0)
  6. src/hash/crc32/crc32_table_ppc64le.s

    DATA ·IEEEConst+1488(SB)/8,$0x000000011b6ddf04
    DATA ·IEEEConst+1496(SB)/8,$0x000000013eb95bc0
    
    	/* x^164928 mod p(x), x^164864 mod p(x) */
    DATA ·IEEEConst+1504(SB)/8,$0x00000001f3e29ccc
    DATA ·IEEEConst+1512(SB)/8,$0x00000001dfc9fdfc
    
    	/* x^163904 mod p(x), x^163840 mod p(x) */
    DATA ·IEEEConst+1520(SB)/8,$0x0000000135ae7562
    DATA ·IEEEConst+1528(SB)/8,$0x00000000cd028bc2
    
    	/* x^162880 mod p(x), x^162816 mod p(x) */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 20:44:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/arm64/asm7.go

    	return 0x6B<<25 | 0<<23 | x<<21 | 0x1F<<16 | 0<<10
    }
    
    func SYSOP(l uint32, op0 uint32, op1 uint32, crn uint32, crm uint32, op2 uint32, rt uint32) uint32 {
    	return 0x354<<22 | l<<21 | op0<<19 | op1<<16 | crn&15<<12 | crm&15<<8 | op2<<5 | rt
    }
    
    func SYSHINT(x uint32) uint32 {
    	return SYSOP(0, 0, 3, 2, 0, x, 0x1F)
    }
    
    func LDSTR(sz uint32, v uint32, opc uint32) uint32 {
    	return sz<<30 | 7<<27 | v<<26 | opc<<22
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  8. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

          <match value="%%" type="string" offset="0:128">
                <match value="%PDF-1." type="string" offset="1:512"/>
          </match>
            <match value="%%" type="string" offset="0:128">
                <match value="%PDF-2." type="string" offset="1:512"/>
            </match>
        </magic>
        <magic priority="20">
          <!-- Low priority match for %PDF-#.# near the start of the file -->
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS_STRTOK_R                        = 0x5E5 // 1509
    	SYS_READDIR_R                       = 0x5E6 // 1510
    	SYS_GETGRGID_R                      = 0x5E7 // 1511
    	SYS_GETGRNAM_R                      = 0x5E8 // 1512
    	SYS_GETLOGIN_R                      = 0x5E9 // 1513
    	SYS_GETPWNAM_R                      = 0x5EA // 1514
    	SYS_GETPWUID_R                      = 0x5EB // 1515
    	SYS_TTYNAME_R                       = 0x5EC // 1516
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  10. src/runtime/malloc.go

    	//      ios/arm64         33         4MB           1  2048  (8KB)
    	//       */32-bit         32         4MB           1  1024  (4KB)
    	//     */mips(le)         31         4MB           1   512  (2KB)
    
    	// heapArenaBytes is the size of a heap arena. The heap
    	// consists of mappings of size heapArenaBytes, aligned to
    	// heapArenaBytes. The initial heap mapping is one arena.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 59.6K bytes
    - Viewed (0)
Back to top