Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 413 for Variant (0.41 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/projectmodule/DefaultProjectDependencyPublicationResolverTest.groovy

            then:
            1 * projectConfigurer.configureFully(project.owner)
        }
    
        def "resolving variant configures project"() {
            when:
            resolver.resolveVariant(ModuleVersionIdentifier, project.identityPath, "variant-name")
    
            then:
            1 * projectConfigurer.configureFully(project.owner)
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 19 01:37:13 UTC 2023
    - 15.9K bytes
    - Viewed (0)
  2. platforms/jvm/plugins-java-library/src/integTest/groovy/org/gradle/java/JavaLibraryOutgoingVariantsIntegrationTest.groovy

            }
            doLast {
                println "files: " + fileNames.get()
                incomingArtifacts.get().each {
                    println it
                }
            }
        }
    }
    """
        }
    
        private resolve() {
            succeeds "resolve"
        }
    
        def "provides runtime JAR as default variant without jvm-ecosystem plugin"() {
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tfr/tests/end2end.mlir

        : (tensor<*x!tf_type.variant>, tensor<*xf32>, tensor<*xi32>) -> tensor<*x!tf_type.variant>
      func.return %0 : tensor<*x!tf_type.variant>
    
    // CHECK-DAG: %[[BATCH:.*]] = "tf.Const"() <{value = dense<1000> : tensor<i64>}> : () -> tensor<i64>
    // CHECK-DAG: %[[PARAL:.*]] = "tf.Const"() <{value = dense<8> : tensor<i64>}> : () -> tensor<i64>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 13.4K bytes
    - Viewed (0)
  4. platforms/native/testing-native/src/integTest/groovy/org/gradle/nativeplatform/test/googletest/GoogleTestIntegrationTest.groovy

        }
    
        @ToBeFixedForConfigurationCache
        def "variant-dependent sources are included in test binary"() {
            given:
            app.library.headerFiles*.writeToDir(file("src/hello"))
            app.googleTestTests.writeSources(file("src/helloTest"))
            app.library.sourceFiles*.writeToDir(file("src/variant"))
    
            when:
            buildFile << """
    model {
        components {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 16.1K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenLocalDependencyWithGradleMetadataResolutionIntegrationTest.groovy

            then:
            resolve.expectGraph {
                root(":", ":test:") {
                    module("test:a:1.2:runtime")
                }
            }
        }
    
        def "uses dependencies and files from selected variant"() {
            def c = mavenRepo.module("test", "c", "2.2").publish()
            def b = mavenRepo.module("test", "b", "2.0").publish()
            def a = mavenRepo.module("test", "a", "1.2")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:39 UTC 2023
    - 12.6K bytes
    - Viewed (0)
  6. platforms/native/testing-native/src/integTest/groovy/org/gradle/nativeplatform/test/cunit/CUnitIntegrationTest.groovy

        }
    
        @ToBeFixedForConfigurationCache
        def "variant-dependent sources are included in test binary"() {
            given:
            app.library.headerFiles*.writeToDir(file("src/hello"))
            app.cunitTests.writeSources(file("src/helloTest"))
            app.library.sourceFiles*.writeToDir(file("src/variant"))
    
            when:
            buildFile << """
    model {
        components {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 17K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/RepositoryInteractionDependencyResolveIntegrationTest.groovy

                    "org:$repoType-runtime-dependency:1.0"()
                    "org:$repoType:1.0" {
                        variant("api") {
                            dependsOn "org:$repoType-api-dependency:1.0"
                        }
                        variant("runtime") {
                            dependsOn "org:$repoType-api-dependency:1.0"
                            dependsOn "org:$repoType-runtime-dependency:1.0"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 15.9K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tfrt/tests/mlrt/tf_to_mlrt.mlir

      %5 = "tf.Identity"(%4) {__op_key = 10: i32, device = "/device:CPU:0"} : (tensor<!tf_type.variant>) -> tensor<!tf_type.variant>
      func.return %5 : tensor<!tf_type.variant>
    }
    // CHECK-LABEL: __inference_Dataset_map_lambda_160
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 20:44:15 UTC 2024
    - 24.7K bytes
    - Viewed (0)
  9. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishBasicIntegTest.groovy

            succeeds 'publish'
    
            then:
            def module = ivyRepo.module('org.gradle.test', 'root', '1.0')
            module.assertPublished()
        }
    
        def "warns when trying to publish a transitive = false variant"() {
            given:
            def javaLibrary = javaLibrary(ivyRepo.module('group', 'root', '1.0'))
    
            and:
            settingsFile << "rootProject.name = 'root'"
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 11.3K bytes
    - Viewed (0)
  10. pkg/test/framework/resource/flags.go

    		"Common Container tag to use when deploying container images")
    	flag.StringVar(&settingsFromCommandLine.Image.Variant, "istio.test.variant", settingsFromCommandLine.Image.Variant,
    		"Common Container variant to use when deploying container images")
    	flag.StringVar(&settingsFromCommandLine.Image.PullPolicy, "istio.test.pullpolicy", settingsFromCommandLine.Image.PullPolicy,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 14K bytes
    - Viewed (0)
Back to top