Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 1,485 for corerest (0.13 sec)

  1. test/fixedbugs/issue8836.go

    // errorcheck
    
    // Copyright 2015 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Checking that line number is correct in error message.
    
    package main
    
    type Cint int
    
    func foobar(*Cint, Cint, Cint, *Cint)
    
    func main() {
    	a := Cint(1)
    
    	foobar(
    		&a,
    		0,
    		0,
    		42, // ERROR ".*"
    	)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 381 bytes
    - Viewed (0)
  2. tensorflow/c/experimental/grappler/BUILD

        srcs = ["grappler_test.cc"],
        deps = [
            ":grappler",
            "//tensorflow/c:c_api_internal",
            "//tensorflow/c:tf_buffer_internal",
            "//tensorflow/core:framework",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
            "//tensorflow/core/grappler:grappler_item",
            "//tensorflow/core/grappler/clusters:single_machine",
            "//tensorflow/core/grappler/costs:graph_properties",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  3. test/fixedbugs/issue20602.go

    // errorcheck
    
    // Copyright 2017 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Verify that the correct (not implicitly dereferenced)
    // type is reported in the error message.
    
    package p
    
    var p = &[1]complex128{0}
    var _ = real(p)  // ERROR "type \*\[1\]complex128|argument must have complex type"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 14 17:37:52 UTC 2020
    - 478 bytes
    - Viewed (0)
  4. test/fixedbugs/issue13415.go

    // Copyright 2015 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Verify that error message regarding := appears on
    // correct line (and not on the line of the 2nd :=).
    
    package p
    
    func f() {
        select {
        case x, x := <-func() chan int { // ERROR "x repeated on left side of :=|redefinition|declared and not used"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 27 21:10:19 UTC 2022
    - 500 bytes
    - Viewed (0)
  5. platforms/jvm/language-groovy/src/test/groovy/org/gradle/api/internal/tasks/compile/DefaultGroovyJavaJointCompileSpecFactoryTest.groovy

    class DefaultGroovyJavaJointCompileSpecFactoryTest extends Specification {
    
        @Rule
        TestNameTestDirectoryProvider tmpDir = new TestNameTestDirectoryProvider(getClass())
    
        def "produces correct spec type" () {
            CompileOptions options = TestUtil.newInstance(CompileOptions.class, TestUtil.objectFactory())
            options.fork = fork
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  6. test/fixedbugs/bug485.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Gccgo chose the wrong embedded method when the same type appeared
    // at different levels and the correct choice was not the first
    // appearance of the type in a depth-first search.
    
    package main
    
    type embedded string
    
    func (s embedded) val() string {
    	return string(s)
    }
    
    type A struct {
    	embedded
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 624 bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/stablehlo/ops/BUILD

            "//tensorflow/compiler/mlir/quantization/common:test_base",
            "//tensorflow/compiler/mlir/quantization/common/quantization_lib",
            "//tensorflow/compiler/mlir/tensorflow",
            "//tensorflow/core:test",
            "@com_google_absl//absl/strings:string_view",
            "@com_google_googletest//:gtest_main",
            "@llvm-project//mlir:FuncDialect",
            "@llvm-project//mlir:IR",
            "@llvm-project//mlir:Support",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 04 07:19:09 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  8. src/net/http/httptest/recorder_test.go

    				hdr := w.Header()
    				hdr.Set("Key", "correct")
    				w.WriteHeader(200)
    				hdr.Set("Key", "incorrect")
    			},
    			check(hasHeader("Key", "correct")),
    		},
    		{
    			"Trailer headers are correctly recorded",
    			func(w http.ResponseWriter, r *http.Request) {
    				w.Header().Set("Non-Trailer", "correct")
    				w.Header().Set("Trailer", "Trailer-A, Trailer-B")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 23:17:38 UTC 2022
    - 9.7K bytes
    - Viewed (0)
  9. platforms/core-runtime/base-services/src/test/groovy/org/gradle/internal/service/ScopedServiceRegistryTest.groovy

            'provider' | { ScopedServiceRegistry it -> it.addProvider(new MultiScopedServiceProvider()) }
        }
    
        def "succeeds when registering a service in the correct scope"() {
            given:
            def registry = scopedRegistry(Scope.BuildTree)
            def service = new BuildTreeScopedService()
    
            when:
            registry.add(service)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tfrt/tests/tf_to_corert/func_attributes_multiple_callers.mlir

        // CHECK: tfrt_fallback_async.executeop key({{[0-9]+}}) cost({{.*}}) device("/device:CPU:0") "tf.FlatMapDataset"({{.*}}) {Targuments = [], metadata = "", output_shapes = [#corert.shape<>], output_types = [i64]} {f = "funcB"} : 1
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 17 20:57:36 UTC 2022
    - 4.4K bytes
    - Viewed (0)
Back to top