Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 4,411 for def2 (0.05 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/lift_quantizable_spots_as_functions.td

        [(IsNotInLiftedFunc $res),
         (IsEinsumSupportedByXlaDotV2 $equation)],
        [], (addBenefit 10)>;
    
    }
    defm : LiftCompositeOpsWithActivation<TF_ReluOp, "relu">;
    defm : LiftCompositeOpsWithActivation<TF_Relu6Op, "relu6">;
    
    def LiftGather : Pat<
      (TF_GatherV2Op:$res $params, $indices, $axis, $batch_dims),
      (LiftAsTFPartitionedCall<"composite_gather_fn">
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Dec 10 05:52:02 UTC 2023
    - 15.6K bytes
    - Viewed (0)
  2. src/runtime/defs2_linux.go

    //go:build ignore
    
    /*
     * Input to cgo -cdefs
    
    GOARCH=386 go tool cgo -cdefs defs2_linux.go >defs_linux_386.h
    
    The asm header tricks we have to use for Linux on amd64
    (see defs.c and defs1.c) don't work here, so this is yet another
    file.  Sigh.
    */
    
    package runtime
    
    /*
    #cgo CFLAGS: -I/tmp/linux/arch/x86/include -I/tmp/linux/include -D_LOOSE_KERNEL_NAMES -D__ARCH_SI_UID_T=__kernel_uid32_t
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 07 18:28:11 UTC 2022
    - 3.2K bytes
    - Viewed (0)
  3. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/internal/NativeBinarySpecTest.groovy

        }
    
        def "library added to binary is ordered before library for source set"() {
            def binary = testBinary(component)
            def lib1 = new Object()
            def dep1 = Stub(NativeDependencySet)
            def lib2 = new Object()
            def dep2 = Stub(NativeDependencySet)
            def sourceLib = new Object()
            def sourceDep = Stub(NativeDependencySet)
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	FDIVD F2, F0                            // d8f2
    	FDIVD F3, F0                            // d8f3
    	FDIVD F0, F2                            // dcfa or dcf2
    	FDIVD F0, F3                            // dcfb or dcf3
    	FDIVD (BX), F0                          // d833 or dc33
    	FDIVD (R11), F0                         // 41d833 or 41dc33
    	//TODO: FDIVRP F0, F2                   // defa
    	//TODO: FDIVRP F0, F3                   // defb
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (0)
  5. subprojects/core/src/test/groovy/org/gradle/api/internal/artifacts/dependencies/DefaultProjectDependencyTest.groovy

        void "transitive resolution resolves all dependencies"() {
            def context = Mock(org.gradle.api.internal.artifacts.CachingDependencyResolveContext)
    
            def superConf = project.configurations.create("superConf")
            def conf = project.configurations.create("conf")
            conf.extendsFrom(superConf)
    
            def dep1 = Mock(ProjectDependency)
            def dep2 = Mock(ExternalDependency)
            conf.dependencies.add(dep1)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 28 13:08:22 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/cel/openapi/resolver/definitions.go

    	namer := openapi.NewDefinitionNamer(schemes...)
    	defs := getDefinitions(func(path string) spec.Ref {
    		return spec.MustCreateRef(path)
    	})
    	for name := range defs {
    		_, e := namer.GetDefinitionName(name)
    		gvks := extensionsToGVKs(e)
    		for _, gvk := range gvks {
    			gvkToRef[gvk] = name
    		}
    	}
    	return &DefinitionsSchemaResolver{
    		gvkToRef: gvkToRef,
    		defs:     defs,
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 17:23:50 UTC 2023
    - 3K bytes
    - Viewed (0)
  7. src/encoding/base64/base64_test.go

    	}
    
    	// Through reader. Used to fail.
    	r := NewDecoder(RawURLEncoding, bytes.NewReader([]byte(source)))
    	dec2, err := io.ReadAll(io.LimitReader(r, 100))
    	if err != nil || !bytes.Equal(dec2, want) {
    		t.Errorf("reading NewDecoder(RawURLEncoding, %q) = %x, %v, want %x, nil", source, dec2, err, want)
    	}
    
    	// Should work with padding.
    	r = NewDecoder(URLEncoding, bytes.NewReader([]byte(source+"==")))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Sep 03 18:57:29 UTC 2023
    - 15.9K bytes
    - Viewed (0)
  8. subprojects/core/src/test/groovy/org/gradle/api/internal/artifacts/dependencies/AbstractModuleDependencySpec.groovy

        void "knows if is equal to"() {
            when:
            def dep1 = createDependency("group1", "name1", "version1")
            def dep2 = createDependency("group1", "name1", "version1")
            def attr1 = Attribute.of("attr1", String)
            def attr2 = Attribute.of("attr2", Integer)
            dep1.attributes {
                it.attribute(attr1, 'foo')
            }
            dep2.attributes {
                it.attribute(attr2, 123)
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 15 16:36:23 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  9. hack/verify-publishing-bot.py

                if "dependencies" in branch:
                    for dep2 in branch["dependencies"]:
                        processed_deps.append(dep2["repository"])
                        if dep2["branch"] != "master":
                            raise Exception("Looking for master branch and found : %s for destination", dep2,
                                            rule["destination"])
                        if dep2["repository"] == dep:
                            found = True
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 25 16:07:40 UTC 2023
    - 5.7K bytes
    - Viewed (0)
  10. testing/internal-integ-testing/src/test/groovy/org/gradle/test/fixtures/maven/MavenLocalModuleTest.groovy

        }
    
        def "Check packaging for set packaging"() {
            when:
            String packaging = mavenLocalModule.hasPackaging('war').packaging
    
            then:
            packaging != null
            packaging == 'war'
        }
    
        def "Check packaging for no set packaging"() {
            when:
            String packaging = mavenLocalModule.packaging
    
            then:
            packaging == null
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 6.8K bytes
    - Viewed (0)
Back to top