Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 26 of 26 for 0_81 (0.11 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/cacher/watch_cache_test.go

          apiserver_watch_cache_read_wait_seconds_bucket{resource="pods",le="0.6"} 1
          apiserver_watch_cache_read_wait_seconds_bucket{resource="pods",le="0.8"} 1
          apiserver_watch_cache_read_wait_seconds_bucket{resource="pods",le="1"} 1
          apiserver_watch_cache_read_wait_seconds_bucket{resource="pods",le="1.25"} 1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 09:20:10 UTC 2024
    - 35.4K bytes
    - Viewed (0)
  2. src/reflect/type.go

    			}
    			// Pad to start of this field with zeros.
    			if ft.Offset > off {
    				n := (ft.Offset - off) / goarch.PtrSize
    				prog = append(prog, 0x01, 0x00) // emit a 0 bit
    				if n > 1 {
    					prog = append(prog, 0x81)      // repeat previous bit
    					prog = appendVarint(prog, n-1) // n-1 times
    				}
    				off = ft.Offset
    			}
    
    			prog = appendGCProg(prog, ft.Typ)
    			off += ft.Typ.PtrBytes
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 85.5K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS_FWRITE                          = 0x7E  // 126
    	SYS_PUTS                            = 0x7F  // 127
    	SYS_UNGETC                          = 0x80  // 128
    	SYS_FREAD                           = 0x81  // 129
    	SYS_WCSTOMBS                        = 0x82  // 130
    	SYS_MBTOWC                          = 0x83  // 131
    	SYS_WCTOMB                          = 0x84  // 132
    	SYS_MBSTOWCS                        = 0x85  // 133
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  4. src/crypto/x509/x509_test.go

    		bitLen int
    	}{
    		{nil, 0},
    		{[]byte{0x00}, 0},
    		{[]byte{0x00, 0x00}, 0},
    		{[]byte{0xf0}, 4},
    		{[]byte{0x88}, 5},
    		{[]byte{0xff}, 8},
    		{[]byte{0xff, 0x80}, 9},
    		{[]byte{0xff, 0x81}, 16},
    	}
    
    	for i, test := range tests {
    		if got := asn1BitLength(test.bytes); got != test.bitLen {
    			t.Errorf("#%d: calculated bit-length of %d for %x, wanted %d", i, got, test.bytes, test.bitLen)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  5. docs/en/docs/release-notes.md

    * 🔧 Add new Sponsor Calmcode.io. PR [#3777](https://github.com/tiangolo/fastapi/pull/3777) by [@tiangolo](https://github.com/tiangolo).
    
    ## 0.68.1
    
    * ✨ Add support for `read_with_orm_mode`, to support [SQLModel](https://sqlmodel.tiangolo.com/) relationship attributes. PR [#3757](https://github.com/tiangolo/fastapi/pull/3757) by [@tiangolo](https://github.com/tiangolo).
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      %80 = "tfl.transpose"(%79, %cst_3) : (tensor<3x2x!quant.uniform<i8<-127:127>:f32:0, {2.378620e-03,2.848260e-03,2.545190e-03}>>, tensor<2xi32>) -> tensor<2x3x!quant.uniform<i8<-127:127>:f32:1, {2.378620e-03,2.848260e-03,2.545190e-03}>>
      %81 = "tfl.batch_matmul"(%arg, %80) {adj_x = false, adj_y = false, asymmetric_quantize_inputs = false} : (tensor<1x2xf32>, tensor<2x3x!quant.uniform<i8<-127:127>:f32:1, {2.378620e-03,2.848260e-03,2.545190e-03}>>) -> tensor<1x3xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
Back to top