Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 81 for 511 (0.03 sec)

  1. platforms/jvm/code-quality/src/integTest/groovy/org/gradle/api/plugins/quality/pmd/PmdPluginDependenciesIntegrationTest.groovy

                dependencies {
                    //downgrade version:
                    pmd "net.sourceforge.pmd:pmd:5.1.1"
                }
            """.stripIndent()
    
            when:
            fails("pmdMain")
    
            then:
            failure.assertHasCause("Incremental analysis only supports PMD 6.0.0 and newer. Please upgrade from PMD 5.1.1 or disable incremental analysis.")
    
            when:
            fails("pmdTest")
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 21 12:23:38 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util/graph.pbtxt

      op: "_Retval"
      input: "arg"
      attr {
        key: "T"
        value {
          type: DT_FLOAT
        }
      }
      attr {
        key: "index"
        value {
          i: 0
        }
      }
    }
    versions {
      producer: 511
    }
    
    # Verify that conversion from Graph to MLIR and empty shape representation
    # function is successful.
    
    # CHECK-LABEL: HloModule main
    # CHECK:       ENTRY %main.{{[0-9]+}} ([[ARG0:.*]]: f32[]) -> (f32[]) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Oct 16 02:25:37 UTC 2021
    - 963 bytes
    - Viewed (0)
  3. src/internal/syscall/unix/kernel_version_solaris_test.go

    			t.Fatalf("SupportSockNonblockCloexec and SupportAccept4 are true, but kernel version is older than 5.11, SunOS version: %d.%d", major, minor)
    		}
    		if !gotSock && !gotAccept4 && (major > 5 || (major == 5 && minor >= 11)) {
    			t.Errorf("SupportSockNonblockCloexec and SupportAccept4 are false, but kernel version is 5.11 or newer, SunOS version: %d.%d", major, minor)
    		}
    	} else { // Solaris
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:17:25 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  4. platforms/core-execution/snapshots/src/test/groovy/org/gradle/internal/snapshot/AbstractCaseVfsRelativePathTest.groovy

            "hello/world"       | "/var/hello/other"      | 5      | 5
            "hello/world"       | "/var/hello/world"      | 5      | 11
            "hello/world"       | "/var/hello\\world"     | 5      | 11
            "hello/world"       | "/var/hello/world/next" | 5      | 11
            "hello/world"       | "/var/hello1/other"     | 5      | 0
            "hello1/world"      | "/var/hello/other"      | 5      | 0
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:34:50 UTC 2023
    - 9.3K bytes
    - Viewed (0)
  5. test/abi/many_intstar_input.go

    func G(a, b, c, d, e, f *int) {
    	var scratch [1000 * 100]int
    	scratch[*a] = *f                    // scratch[6] = 1
    	fmt.Println(*a, *b, *c, *d, *e, *f) // Forces it to spill b
    	sink = scratch[*b+1]                // scratch[5+1] == 1
    	*f, *a = *a, *f
    	*e, *b = *b, *e
    	*d, *c = *c, *d
    }
    
    func main() {
    	a, b, c, d, e, f := 1, 2, 3, 4, 5, 6
    	F(&a, &b, &c, &d, &e, &f)
    	fmt.Println(a, b, c, d, e, f)
    	fmt.Println(sink)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 967 bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util/graph-resource.mlir

    // RUN: tf-mlir-translate -mlir-tf-graph-to-hlo-text %s -tf-input-shapes=2:2 -tf-input-data-types=DT_FLOAT,DT_FLOAT -tf-xla-input-types=parameter,resource -tf-xla-emit-return-tuple | FileCheck %s
    
    module attributes {tf.versions = {producer = 511 : i32}} {
      func.func @main(%arg0: tensor<*xf32>, %arg1: tensor<*x!tf_type.resource>) {
        tf_executor.graph {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 1.3K bytes
    - Viewed (0)
  7. src/cmd/asm/internal/asm/testdata/mips64.s

    	DSHD	R1, R2 // 7c011164
    
    	SEB	R1, R2 // 7c011420
    	SEH	R1, R2 // 7c011620
    
    	RET
    
    // MSA VMOVI
    	VMOVB	$511, W0   // 7b0ff807
    	VMOVH	$24, W23   // 7b20c5c7
    	VMOVW	$-24, W15  // 7b5f43c7
    	VMOVD	$-511, W31 // 7b700fc7
    
    	VMOVB	(R0), W8       // 78000220
    	VMOVB	511(R3), W0    // 79ff1820
    	VMOVB	-512(R12), W21 // 7a006560
    	VMOVH	(R24), W12     // 7800c321
    	VMOVH	110(R19), W8   // 78379a21
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 08 12:17:12 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util/graph-resource.pbtxt

      name: "assign_variable"
      op: "AssignVariableOp"
      input: "arg1"
      input: "arg0"
      attr {
        key: "dtype"
        value {
          type: DT_FLOAT
        }
      }
    }
    library {
    }
    versions {
      producer: 511
    }
    
    # Tests a conversion from Graph to MLIR with resource arguments.
    
    # CHECK-LABEL: HloModule main, input_output_alias={ {0}: (1, {}, may-alias) }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Dec 15 06:15:50 UTC 2021
    - 1.5K bytes
    - Viewed (0)
  9. src/net/textproto/reader_test.go

    		"550 5.1.1 https://support.google.com/mail/answer/6596 h20si25154304pfd.166 - gsmtp\n")
    
    	wantMsg := "5.1.1 The email account that you tried to reach does not exist. Please try\n" +
    		"5.1.1 double-checking the recipient's email address for typos or\n" +
    		"5.1.1 unnecessary spaces. Learn more at\n" +
    		"Unexpected but legal text!\n" +
    		"5.1.1 https://support.google.com/mail/answer/6596 h20si25154304pfd.166 - gsmtp"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 05 18:31:56 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  10. src/strconv/ftoa_test.go

    const (
    	below1e23 = 99999999999999974834176
    	above1e23 = 100000000000000008388608
    )
    
    var ftoatests = []ftoaTest{
    	{1, 'e', 5, "1.00000e+00"},
    	{1, 'f', 5, "1.00000"},
    	{1, 'g', 5, "1"},
    	{1, 'g', -1, "1"},
    	{1, 'x', -1, "0x1p+00"},
    	{1, 'x', 5, "0x1.00000p+00"},
    	{20, 'g', -1, "20"},
    	{20, 'x', -1, "0x1.4p+04"},
    	{1234567.8, 'g', -1, "1.2345678e+06"},
    	{1234567.8, 'x', -1, "0x1.2d687cccccccdp+20"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 24 23:50:20 UTC 2022
    - 9.3K bytes
    - Viewed (0)
Back to top