Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 32 for 1536px (0.2 sec)

  1. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/generator/JavaTestProjectGenerator.groovy

    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 13:08:21 UTC 2024
    - 8K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/css/base.css

            right: 0;
            top: 65px;
            width: 260px;
            z-index: 1;
            overflow: auto;
            border-radius: 0 0 5px 0;
            max-height: calc(100% - 123px);
            margin-right: 15px;
        }
    
        .appendix .toctitle,
        .book .home .toctitle,
        .chapter .toctitle {
            margin-top: 1.3em;
        }
    
        .appendix .toc > dl,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/mlir2graph/convert_tensor.mlir

    // CHECK: name: "const2"
    // CHECK-NEXT: op: "Const"
    // CHECK: dtype: DT_HALF
    // CHECK: half_val: 15360
    // CHECK-NEXT: half_val: 16384
        %2:2 = tf_executor.island wraps "tf.Const"() {device = "", dtype = bf16, value = dense<[4.900000e+01, 8.200000e+02]> : tensor<2xbf16>} : () -> tensor<bf16> loc("const3")
    // CHECK: name: "const3"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 20 23:11:32 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  4. src/archive/tar/reader_test.go

    		{data2[:1200], 1, io.EOF},
    		{data2[:1535], 1, io.EOF},
    		{data2[:1536], 1, io.EOF}, // Exact end of padding
    		{data2[:1536] + trash[:1], 1, io.ErrUnexpectedEOF},
    		{data2[:1536] + trash[:511], 1, io.ErrUnexpectedEOF},
    		{data2[:1536] + trash, 1, ErrHeader},
    		{data2[:2048], 1, io.EOF}, // Exactly 1 empty block
    		{data2[:2048] + trash[:1], 1, io.ErrUnexpectedEOF},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 21 21:14:38 UTC 2022
    - 47.1K bytes
    - Viewed (0)
  5. platforms/documentation/docs-asciidoctor-extensions-base/src/main/resources/multi-language-samples.css

        border-radius: 4px 4px 0 0;
        cursor: pointer;
        display: inline-block;
        font-weight: normal;
        font-family: 'Lato', Arial, sans-serif;
        margin: 0;
        padding: 4px 20px;
        min-width: 130px;
        max-width: 320px;
        text-align: center;
        filter: grayscale(1);
        -webkit-filter: grayscale(1);
        opacity: 0.7;
    }
    
    .multi-language-selector .language-option.selected {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 25 00:27:34 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  6. common-protos/k8s.io/apimachinery/pkg/api/resource/generated.proto

    // - The exponent (or suffix) is as large as possible.
    //
    // The sign will be omitted unless the number is negative.
    //
    // Examples:
    //
    // - 1.5 will be serialized as "1500m"
    // - 1.5Gi will be serialized as "1536Mi"
    //
    // Note that the quantity will NEVER be internally represented by a
    // floating point number. That is the whole point of this exercise.
    //
    // Non-canonical values will still parse as long as they are well formed,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  7. src/strconv/atof_test.go

    	{"0x0.00p-01234567890123456789", "0", nil},
    	{"-0x0p+01234567890123456789", "-0", nil},
    	{"-0x0.00p-01234567890123456789", "-0", nil},
    
    	{"0e291", "0", nil}, // issue 15364
    	{"0e292", "0", nil}, // issue 15364
    	{"0e347", "0", nil}, // issue 15364
    	{"0e348", "0", nil}, // issue 15364
    	{"-0e291", "-0", nil},
    	{"-0e292", "-0", nil},
    	{"-0e347", "-0", nil},
    	{"-0e348", "-0", nil},
    	{"0x0p126", "0", nil},
    	{"0x0p127", "0", nil},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 16:24:57 UTC 2022
    - 23.6K bytes
    - Viewed (0)
  8. pkg/ctrlz/assets/static/css/all.css

        margin: 0;
        line-height: 1.6em;
        font-size: 0.8em
    }
    
    @media screen {
        .row-offcanvas .sidebar-offcanvas {
            transition: all .4s ease;
            z-index: 42;
            left: -1500px;
            width: auto;
            max-width: 80%;
            top: 3.7rem;
            position: absolute
        }
    
        .row-offcanvas.active .sidebar-offcanvas {
            left: 2rem
        }
    }
    
    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. src/hash/crc32/crc32_table_ppc64le.s

    DATA ·IEEEConst+1656(SB)/8,$0x000000011071aea0
    
    	/* x^154688 mod p(x), x^154624 mod p(x) */
    DATA ·IEEEConst+1664(SB)/8,$0x0000000040bbf7fc
    DATA ·IEEEConst+1672(SB)/8,$0x000000012e19080a
    
    	/* x^153664 mod p(x), x^153600 mod p(x) */
    DATA ·IEEEConst+1680(SB)/8,$0x000000016ac3a5b2
    DATA ·IEEEConst+1688(SB)/8,$0x0000000100ecf826
    
    	/* x^152640 mod p(x), x^152576 mod p(x) */
    DATA ·IEEEConst+1696(SB)/8,$0x00000000abf16230
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 20:44:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  10. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    45:"45deg",90:"90deg",180:"180deg"},saturate:{0:"0",50:".5",100:"1",150:"1.5",200:"2"},scale:{0:"0",50:".5",75:".75",90:".9",95:".95",100:"1",105:"1.05",110:"1.1",125:"1.25",150:"1.5"},screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},scrollMargin:({theme:i})=>({...i("spacing")}),scrollPadding:({theme:i})=>i("spacing"),sepia:{0:"0",DEFAULT:"100%"},skew:{0:"0deg",1:"1deg",2:"2deg",3:"3deg",6:"6deg",12:"12deg"},space:({theme:i})=>({...i("spacing")}),spacing:{px:"1px",0:"0px",....
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
Back to top