Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for 0_17 (0.06 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/tests/composite-lowering.mlir

      %1 = mhlo.constant dense<[0.000000e+00, 2.500000e-01, 7.500000e-01, 2.500000e-01, 7.500000e-01, 2.500000e-01, 7.500000e-01, 2.500000e-01, 7.500000e-01, 2.500000e-01, 7.500000e-01, 2.500000e-01, 7.500000e-01, 2.500000e-01, 7.500000e-01, 2.500000e-01, 7.500000e-01, 2.500000e-01, 7.500000e-01, 2.500000e-01, 7.500000e-01, 2.500000e-01, 7.500000e-01, 2.500000e-01, 7.500000e-01, 2.500000e-01, 7.500000e-01, 2.500000e-01, 7.500000e-01, 2.500000e-01,...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 18:45:51 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  2. pkg/workloadapi/security/authorization.pb.go

    	0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x69, 0x73, 0x74, 0x69, 0x6f, 0x2e,
    	0x73, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73,
    	0x52, 0x09, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x49, 0x70, 0x73, 0x12, 0x3d, 0x0a, 0x0e, 0x6e,
    	0x6f, 0x74, 0x5f, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x69, 0x70, 0x73, 0x18, 0x06, 0x20,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/util/intstr/intstr_test.go

    		},
    		{
    			in:   FromInt32(0), // min positive integer representable in one byte
    			want: []byte{0x00},
    		},
    		{
    			in:   FromInt32(23), // max positive integer representable in one byte
    			want: []byte{0x17},
    		},
    		{
    			in:   FromInt32(24), // min positive integer representable in two bytes
    			want: []byte{0x18, 0x18},
    		},
    		{
    			in:   FromInt32(math.MaxUint8), // max positive integer representable in two bytes
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:09 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  4. src/runtime/race_s390x.s

    TEXT	sync∕atomic·CompareAndSwapInt32(SB), NOSPLIT, $0-17
    	GO_ARGS
    	MOVD	$__tsan_go_atomic32_compare_exchange(SB), R1
    	BL	racecallatomic<>(SB)
    	RET
    
    TEXT	sync∕atomic·CompareAndSwapInt64(SB), NOSPLIT, $0-25
    	GO_ARGS
    	MOVD	$__tsan_go_atomic64_compare_exchange(SB), R1
    	BL	racecallatomic<>(SB)
    	RET
    
    TEXT	sync∕atomic·CompareAndSwapUint32(SB), NOSPLIT, $0-17
    	GO_ARGS
    	JMP	sync∕atomic·CompareAndSwapInt32(SB)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:37:29 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go

    	SO_REUSEPORT                     = 0xf
    	SO_RXQ_OVFL                      = 0x28
    	SO_SECURITY_AUTHENTICATION       = 0x16
    	SO_SECURITY_ENCRYPTION_NETWORK   = 0x18
    	SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17
    	SO_SELECT_ERR_QUEUE              = 0x2d
    	SO_SNDBUF                        = 0x7
    	SO_SNDBUFFORCE                   = 0x20
    	SO_SNDLOWAT                      = 0x13
    	SO_SNDTIMEO                      = 0x15
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_386.go

    	SO_REUSEPORT                     = 0xf
    	SO_RXQ_OVFL                      = 0x28
    	SO_SECURITY_AUTHENTICATION       = 0x16
    	SO_SECURITY_ENCRYPTION_NETWORK   = 0x18
    	SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17
    	SO_SELECT_ERR_QUEUE              = 0x2d
    	SO_SNDBUF                        = 0x7
    	SO_SNDBUFFORCE                   = 0x20
    	SO_SNDLOWAT                      = 0x13
    	SO_SNDTIMEO                      = 0x15
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  7. cluster/gce/upgrade.sh

        echo "Some etcd version upgrades, such as 3.0.x to 3.1.x, DO NOT offer a downgrade path."
        echo "To pin the etcd version to your current one (e.g. v3.0.17), set the following variables"
        echo "before running this script:"
        echo
        echo "# example: pin to etcd v3.0.17"
        echo "export ETCD_IMAGE=3.0.17"
        echo "export ETCD_VERSION=3.0.17"
        echo
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go

    	SO_REUSEPORT                     = 0xf
    	SO_RXQ_OVFL                      = 0x28
    	SO_SECURITY_AUTHENTICATION       = 0x16
    	SO_SECURITY_ENCRYPTION_NETWORK   = 0x18
    	SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17
    	SO_SELECT_ERR_QUEUE              = 0x2d
    	SO_SNDBUF                        = 0x7
    	SO_SNDBUFFORCE                   = 0x20
    	SO_SNDLOWAT                      = 0x13
    	SO_SNDTIMEO                      = 0x15
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  9. src/runtime/race_arm64.s

    TEXT	sync∕atomic·CompareAndSwapInt32(SB), NOSPLIT, $0-17
    	GO_ARGS
    	MOVD	$__tsan_go_atomic32_compare_exchange(SB), R9
    	BL	racecallatomic<>(SB)
    	RET
    
    TEXT	sync∕atomic·CompareAndSwapInt64(SB), NOSPLIT, $0-25
    	GO_ARGS
    	MOVD	$__tsan_go_atomic64_compare_exchange(SB), R9
    	BL	racecallatomic<>(SB)
    	RET
    
    TEXT	sync∕atomic·CompareAndSwapUint32(SB), NOSPLIT, $0-17
    	GO_ARGS
    	JMP	sync∕atomic·CompareAndSwapInt32(SB)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:37:29 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  10. src/crypto/tls/testdata/Client-TLSv13-ClientCert-RSA-ECDSA

    000003a0  39 70 d2 c1 08 28 dc d7  3a 3e 5e 62 a7 4a 4a af  |9p...(..:>^b.JJ.|
    000003b0  02 93 ce 4b 5d a2 96 f3  17 03 03 00 35 10 07 d6  |...K].......5...|
    000003c0  82 f3 28 ef 2f 08 17 f6  0b c2 da 1f b7 52 e1 eb  |..(./........R..|
    000003d0  ca f4 0b c6 21 5c 54 4d  f9 0b 04 c1 5a bf 63 58  |....!\TM....Z.cX|
    000003e0  1c e1 da 7f f7 1f 84 77  09 3a 35 7c e6 1f 89 f2  |.......w.:5|....|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.2K bytes
    - Viewed (0)
Back to top