Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 40 for 00064 (0.12 sec)

  1. architecture/standards/0004-use-a-platform-architecture.md

    # ADR-0004 - Use a platform-oriented architecture for Gradle
    
    ## Date
    
    2024-02-07
    
    ## Context
    
    The Gradle code base is essentially a large monolith, without strong internal boundaries.
    This has a number of negative effects on productivity, including:
    
    - Unclear ownership of code.
    - Difficult to focus on one particular area.
    - Unintended coupling between areas of the code, including tests.
    
    ## Decision
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Feb 25 22:19:29 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/post-quantize.mlir

             tensor<20x28x!quant.uniform<i8:f32, 0.006:-34>>, tensor<20x28x!quant.uniform<i8:f32, 0.006:-34>>, tensor<20x28x!quant.uniform<i8:f32, 0.006:-34>>, tensor<20x28x!quant.uniform<i8:f32, 0.006:-34>>,
             tensor<20x20x!quant.uniform<i8:f32, 0.006:-34>>, tensor<20x20x!quant.uniform<i8:f32, 0.006:-34>>, tensor<20x20x!quant.uniform<i8:f32, 0.006:-34>>, tensor<20x20x!quant.uniform<i8:f32, 0.006:-34>>,
             none, none, none,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  3. doc/asm.html

    	0x0022 00034 (x.go:4)	MOVQ	$3, (SP)
    	0x002a 00042 (x.go:4)	CALL	runtime.printint(SB)
    	0x002f 00047 (x.go:4)	CALL	runtime.printnl(SB)
    	0x0034 00052 (x.go:4)	CALL	runtime.printunlock(SB)
    	0x0039 00057 (x.go:5)	MOVQ	8(SP), BP
    	0x003e 00062 (x.go:5)	ADDQ	$16, SP
    	0x0042 00066 (x.go:5)	RET
    	0x0043 00067 (x.go:5)	NOP
    	0x0043 00067 (x.go:3)	PCDATA	$1, $-1
    	0x0043 00067 (x.go:3)	PCDATA	$0, $-1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 28 19:15:27 UTC 2023
    - 36.3K bytes
    - Viewed (1)
  4. test/ken/cplx0.out

    (+5.000000e+000+6.000000e+000i)
    (+5.000000e+000+6.000000e+000i)
    (+5.000000e+000+6.000000e+000i)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 19 00:12:24 UTC 2012
    - 128 bytes
    - Viewed (0)
  5. test/fixedbugs/bug120.go

    			x, err := strconv.ParseFloat(t.out, 64)
    			if err != nil {
    				println("bug120: strconv.Atof64", t.out)
    				panic("fail")
    			}
    			println("\twant exact:", strconv.FormatFloat(x, 'g', 1000, 64))
    			println("\tgot exact: ", strconv.FormatFloat(t.f, 'g', 1000, 64))
    			ok = false
    		}
    	}
    	if !ok {
    		os.Exit(1)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 18 21:15:42 UTC 2012
    - 1.8K bytes
    - Viewed (0)
  6. src/net/http/cookiejar/punycode_test.go

    			"\u044F\u0442\u043F\u043E\u0440\u0443\u0441\u0441\u043A" +
    			"\u0438",
    		"b1abfaaepdrnnbgefbadotcwatmq2g4l",
    	},
    	{
    		// (J) Spanish.
    		"\u0050\u006F\u0072\u0071\u0075\u00E9\u006E\u006F\u0070" +
    			"\u0075\u0065\u0064\u0065\u006E\u0073\u0069\u006D\u0070" +
    			"\u006C\u0065\u006D\u0065\u006E\u0074\u0065\u0068\u0061" +
    			"\u0062\u006C\u0061\u0072\u0065\u006E\u0045\u0073\u0070" +
    			"\u0061\u00F1\u006F\u006C",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 4.6K bytes
    - Viewed (0)
  7. test/fixedbugs/bug409.out

    +1.000000e+000 +2.000000e+000 +3.000000e+000 +4.000000e+000...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 08 15:25:13 UTC 2012
    - 60 bytes
    - Viewed (0)
  8. pkg/ctrlz/assets/static/css/all.css

        right: 10px;
        z-index: 99;
        outline: none;
        background-color: rgba(90, 90, 90, 0.7);
        color: rgba(0, 0, 0, 0.4);
        cursor: pointer;
        padding: 3px 5px;
        border-radius: 10px;
        font-size: 1rem;
        border: 0;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.4)
    }
    
    #scroll-to-top:hover {
        color: #de7d40
    }
    
    @media screen {
        .endnote-ref {
            display: none
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  9. architecture/standards/0005-introduce-core-ui-architecture-module.md

    # ADR-0004 - Introduce a UI architecture module to the core platform
    
    ## Date
    
    2024-02-07
    
    ## Context
    
    The Gradle core platform provides many services to the Gradle platforms and builds logic. One such group of services allows logic to interact with the build user, to provide diagnostics, progress information, prompt for questions, and so on. Currently, these services are part of the core platform runtime architecture module.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 04 23:19:15 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  10. src/net/netip/uint128_test.go

    		}
    	}
    }
    
    func TestBitsClearedFrom(t *testing.T) {
    	tests := []struct {
    		bit  uint8
    		want uint128
    	}{
    		{0, uint128{0, 0}},
    		{1, uint128{1 << 63, 0}},
    		{63, uint128{^uint64(0) &^ 1, 0}},
    		{64, uint128{^uint64(0), 0}},
    		{65, uint128{^uint64(0), 1 << 63}},
    		{127, uint128{^uint64(0), ^uint64(0) &^ 1}},
    		{128, uint128{^uint64(0), ^uint64(0)}},
    	}
    	for _, tt := range tests {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 02 01:28:01 UTC 2021
    - 2.1K bytes
    - Viewed (0)
Back to top