Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for 13841 (0.49 sec)

  1. src/hash/crc32/crc32_table_ppc64le.s

    DATA ·IEEEConst+1360(SB)/8,$0x00000000ebcaae4c
    DATA ·IEEEConst+1368(SB)/8,$0x0000000030cdb032
    
    	/* x^173120 mod p(x), x^173056 mod p(x) */
    DATA ·IEEEConst+1376(SB)/8,$0x000000013ee532a6
    DATA ·IEEEConst+1384(SB)/8,$0x000000013e09fc32
    
    	/* x^172096 mod p(x), x^172032 mod p(x) */
    DATA ·IEEEConst+1392(SB)/8,$0x00000001bf0cbc7e
    DATA ·IEEEConst+1400(SB)/8,$0x000000001ed624d2
    
    	/* x^171072 mod p(x), x^171008 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)
  2. tensorflow/compiler/mlir/lite/stablehlo/tests/uniform-quantized-stablehlo-to-tfl.mlir

        %1 = stablehlo.maximum %arg2, %arg3 : tensor<!quant.uniform<i8:f32, 3.000000e-01:-5>>
        stablehlo.return %1 : tensor<!quant.uniform<i8:f32, 3.000000e-01:-5>>
      }) {window_dimensions = array<i64: 1, 3, 4, 1>, window_strides = array<i64: 1, 2, 3, 1>} : (tensor<2x9x10x3x!quant.uniform<i8:f32, 3.000000e-01:-5>>, tensor<!quant.uniform<i8:f32, 3.000000e-01:-5>>) -> tensor<2x4x3x3x!quant.uniform<i8:f32, 3.000000e-01:-5>>
    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. src/cmd/cgo/internal/test/callback.go

    func stack1376() { var buf [1376]byte; use(buf[:]); C.callGoStackCheck() }
    func stack1380() { var buf [1380]byte; use(buf[:]); C.callGoStackCheck() }
    func stack1384() { var buf [1384]byte; use(buf[:]); C.callGoStackCheck() }
    func stack1388() { var buf [1388]byte; use(buf[:]); C.callGoStackCheck() }
    func stack1392() { var buf [1392]byte; use(buf[:]); C.callGoStackCheck() }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 12:00:02 UTC 2023
    - 111.5K bytes
    - Viewed (0)
  4. src/cmd/trace/testdata/go122.test

    HeapAlloc dt=6 heapalloc_value=22206088
    HeapAlloc dt=6 heapalloc_value=22214280
    HeapAlloc dt=5 heapalloc_value=22222472
    GoBlock dt=9 reason_string=19 stack=21
    ProcStop dt=163
    ProcStart dt=16841 p=0 p_seq=30
    ProcStop dt=23
    ProcStart dt=1498 p=1 p_seq=24
    ProcStop dt=11
    ProcStart dt=16726 p=1 p_seq=25
    GoUnblock dt=19 g=1 g_seq=67 stack=0
    GoStart dt=117 g=1 g_seq=68
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 17:15:58 UTC 2024
    - 166K bytes
    - Viewed (0)
  5. src/net/http/serve_test.go

    			return
    		}
    	}
    }
    
    // Test that the special cased "/route" redirect
    // implicitly created by a registered "/route/"
    // properly sets the query string in the redirect URL.
    // See Issue 17841.
    func TestServeWithSlashRedirectKeepsQueryString(t *testing.T) {
    	run(t, testServeWithSlashRedirectKeepsQueryString, []testMode{http1Mode})
    }
    func testServeWithSlashRedirectKeepsQueryString(t *testing.T, mode testMode) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
Back to top