Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 66 for defs (0.03 sec)

  1. tensorflow/compiler/mlir/stablehlo/BUILD

            "-frtti",
        ],
        features = ["-use_header_modules"],
        deps = [
            "@pybind11",
            "@stablehlo//:stablehlo_portable_api",
        ],
    )
    
    pytype_strict_library(
        name = "stablehlo",
        srcs = ["stablehlo.py"],
        srcs_version = "PY3",
        visibility = ["//visibility:public"],
        deps = [
            ":stablehlo_extension",
        ],
    )
    
    py_strict_test(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 09 18:15:11 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/testing/test-suite-version-catalogs/groovy/build.gradle

    repositories {
        mavenCentral()
    }
    
    testing {
        suites {
            // tag::version-catalogs-deps[]
            test {
                dependencies {
                    runtimeOnly libs.guava
                    implementation libs.commons.lang3
                    implementation.bundle(libs.bundles.groovy)
                }
            }
            // end::version-catalogs-deps[]
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 15 19:28:13 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/result/DefaultResolutionResultTest.groovy

            when:
            def deps = newResolutionResult(root).allDependencies
            def modules = newResolutionResult(root).allComponents
    
            then:
            deps.size() == 2
            modules.size() == 2
        }
    
        def "mutating all dependencies or modules is harmless"() {
            given:
            def dep1 = newDependency('dep1')
            def dep2 = newDependency('dep2')
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:36:01 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/schema/BUILD

    )
    
    cc_library(
        name = "schema_utils",
        srcs = ["schema_utils.cc"],
        hdrs = ["schema_utils.h"],
        compatible_with = get_compatible_with_portable(),
        # visibility = [":utils_friends"],
        deps = [
            ":schema_fbs",
            "//tensorflow/compiler/mlir/lite/kernels/internal:compatibility_macros",
            "@flatbuffers//:runtime_cc",
        ],
    )
    
    cc_library(
        name = "schema_conversion_utils",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Jun 02 08:36:05 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  5. maven-core/src/main/java/org/apache/maven/internal/impl/DefaultPackagingRegistry.java

                    List<Dependency> deps = new ArrayList<>();
    
                    Plugin existing = plugins.get(key);
                    if (existing != null) {
                        if (version == null) {
                            version = existing.getVersion();
                        }
                        execs.addAll(existing.getExecutions());
                        deps.addAll(existing.getDependencies());
                    }
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 22 13:45:13 UTC 2024
    - 8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/stablehlo/instrumentations/BUILD

        ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "save_report",
        srcs = ["save_report.cc"],
        hdrs = ["save_report.h"],
        compatible_with = get_compatible_with_portable(),
        deps = [
            "//tensorflow/compiler/mlir/quantization/stablehlo/cc:report",
            "@com_google_absl//absl/base:nullability",
            "@com_google_absl//absl/log",
            "@com_google_absl//absl/strings:string_view",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 02:59:01 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/testing/test-suite-version-catalogs/kotlin/build.gradle.kts

    }
    
    testing {
        suites {
            // tag::version-catalogs-deps[]
            val test by getting(JvmTestSuite::class) {
                dependencies {
                    runtimeOnly(libs.guava)
                    implementation(libs.commons.lang3)
                    implementation.bundle(libs.bundles.groovy)
                }
            }
            // end::version-catalogs-deps[]
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 15 19:28:13 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/sparsity/BUILD

            "//tensorflow/lite/...",
        ],
    )
    
    cc_library(
        name = "sparsify_model",
        srcs = [
            "sparsify_model.cc",
        ],
        hdrs = [
            "sparsify_model.h",
        ],
        deps = [
            "//tensorflow/compiler/mlir/lite:common",
            "//tensorflow/compiler/mlir/lite:flatbuffer_translate_lib",
            "//tensorflow/compiler/mlir/lite:tensorflow_lite_d2s",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 20:16:40 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  9. pkg/test/env/istio.go

    		LastStableSHA string `json:"lastStableSHA"`
    	}
    	f := filepath.Join(IstioSrc, "istio.deps")
    	depJSON, err := os.ReadFile(f)
    	if err != nil {
    		return "", err
    	}
    	var deps []DepsFile
    	if err := json.Unmarshal(depJSON, &deps); err != nil {
    		return "", err
    	}
    	for _, d := range deps {
    		if d.Name == name {
    			return d.LastStableSHA, nil
    		}
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 16:24:40 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  10. src/cmd/go/testdata/script/mod_tidy_compat_irrelevant.txt

    [exec:patch] go mod tidy -diff
    [exec:patch] ! stdout .
    [exec:patch] cmp go.mod go.mod.tidyResult
    [exec:patch] cmp go.sum go.sum.tidyResult
    
    go list -deps -test -f $MODFMT all
    cp stdout out-117.txt
    
    go mod edit -go=1.16
    go list -deps -test -f $MODFMT all
    cmp stdout out-117.txt
    
    
    # If we explicitly drop compatibility with 1.16, we retain fewer checksums,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 3.4K bytes
    - Viewed (0)
Back to top