Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 33 for 0_17 (0.1 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. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	RTA_MARK           = 0x10
    	RTA_MFC_STATS      = 0x11
    	RTA_VIA            = 0x12
    	RTA_NEWDST         = 0x13
    	RTA_PREF           = 0x14
    	RTA_ENCAP_TYPE     = 0x15
    	RTA_ENCAP          = 0x16
    	RTA_EXPIRES        = 0x17
    	RTA_PAD            = 0x18
    	RTA_UID            = 0x19
    	RTA_TTL_PROPAGATE  = 0x1a
    	RTA_IP_PROTO       = 0x1b
    	RTA_SPORT          = 0x1c
    	RTA_DPORT          = 0x1d
    	RTN_UNSPEC         = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  3. platforms/jvm/code-quality/src/integTest/groovy/org/gradle/api/plugins/quality/codenarc/CodeNarcPluginIntegrationTest.groovy

            succeeds("dependencies", "--configuration", "codenarc")
            output.contains "org.codenarc:CodeNarc:0.17"
            !output.contains("FAILED")
    
            where:
            method         | buildScriptSnippet
            'dependencies' | "dependencies { codenarc 'org.codenarc:CodeNarc:0.17' }"
            'toolVersion'  | "codenarc { toolVersion '0.17' } "
        }
    
        def "codenarc runs successfully for a child project with isolated projects"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 08:01:57 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  4. src/internal/runtime/atomic/atomic_mips64x.s

    	MOVV	$1, R1
    	MOVB	R1, ret+24(FP)
    	SYNC
    	RET
    cas64_fail:
    	MOVV	$0, R1
    	JMP	-4(PC)
    
    TEXT ·Casint32(SB), NOSPLIT, $0-17
    	JMP	·Cas(SB)
    
    TEXT ·Casint64(SB), NOSPLIT, $0-25
    	JMP	·Cas64(SB)
    
    TEXT ·Casuintptr(SB), NOSPLIT, $0-25
    	JMP	·Cas64(SB)
    
    TEXT ·CasRel(SB), NOSPLIT, $0-17
    	JMP	·Cas(SB)
    
    TEXT ·Loaduintptr(SB),  NOSPLIT|NOFRAME, $0-16
    	JMP	·Load64(SB)
    
    TEXT ·Loaduint(SB), NOSPLIT|NOFRAME, $0-16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 21:29:34 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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)
  8. src/crypto/tls/testdata/Client-TLSv12-ECDHE-RSA-CHACHA20-POLY1305

    00000320  04 2b 4f 39 3d 6f a8 f7  25 37 26 34 87 84 06 c4  |.+O9=o..%7&4....|
    00000330  0e 31 bc 46 8a d2 99 14  6d 5d 14 32 a2 32 fc 10  |.1.F....m].2.2..|
    00000340  5e fb d9 f8 06 d4 05 17  5d 59 f4 38 c5 13 1c 91  |^.......]Y.8....|
    00000350  5a 5f cb dd 3e 27 78 10  2c 0c 9b 7f 1a ec 4c da  |Z_..>'x.,.....L.|
    00000360  fb d7 52 eb 76 83 75 87  d2 a3 7f e9 25 a5 8a 22  |..R.v.u.....%.."|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  9. 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)
  10. 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)
Back to top