Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 129 for defs (0.08 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/cc/BUILD

    )
    
    cc_library(
        name = "types",
        hdrs = ["types.h"],
        compatible_with = get_compatible_with_portable(),
        deps = [],
    )
    
    cc_library(
        name = "component",
        hdrs = ["component.h"],
        compatible_with = get_compatible_with_portable(),
        deps = [
            "//tensorflow/compiler/mlir/quantization/stablehlo:quantization_config_proto_cc",
            "@com_google_absl//absl/status:statusor",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 22:58:42 UTC 2024
    - 17K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/experimental/tac/BUILD

    )
    
    cc_library(
        name = "tac-opt_lib",
        testonly = True,
        deps = [
            ":target_aware_conversion",
            "//tensorflow/compiler/mlir:tf_mlir_opt_main",
        ],
        alwayslink = 1,
    )
    
    # Binary with no hardwares linked.
    tf_cc_binary(
        name = "tac-opt",
        testonly = True,
        deps = [
            ":tac-opt_lib",
        ],
    )
    
    # Binary with all backends linked.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 06:11:34 UTC 2024
    - 12K bytes
    - Viewed (0)
  3. src/runtime/metrics.go

    	sysStats  sysStatsAggregate
    	cpuStats  cpuStatsAggregate
    	gcStats   gcStatsAggregate
    }
    
    // ensure populates statistics aggregates determined by deps if they
    // haven't yet been populated.
    func (a *statAggregate) ensure(deps *statDepSet) {
    	missing := deps.difference(a.ensured)
    	if missing.empty() {
    		return
    	}
    	for i := statDep(0); i < numStatsDeps; i++ {
    		if !missing.has(i) {
    			continue
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 08 21:03:13 UTC 2024
    - 26K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/translate/BUILD

        hdrs = [
            "tf_mlir_translate_cl.h",
        ],
        deps = [
            "@llvm-project//llvm:Support",
        ],
        alwayslink = 1,
    )
    
    cc_library(
        name = "export_graphdef",
        srcs = [
            "export_graphdef.cc",
        ],
        hdrs = [
            "export_graphdef.h",
        ],
        visibility = ["//visibility:public"],
        deps = [
            ":export_tf_dialect_op",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 11K bytes
    - Viewed (0)
  5. platforms/jvm/language-java/src/test/groovy/org/gradle/api/internal/tasks/compile/incremental/deps/ClassSetAnalysisTest.groovy

            then:
            deps.accessibleDependentClasses == [] as Set
            deps.privateDependentClasses == [] as Set
        }
    
        def "does not recurse if root class is a dependency to all"() {
            def a = analysis(["Foo": dependentSet(true, [], ["Bar"])])
            def deps = a.findTransitiveDependents(["Foo"], [:])
    
            expect:
            deps.dependencyToAll
    
            when: deps.getAllDependentClasses()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/api/ConfigurationMutationIntegrationTest.groovy

        deps.remove deps.find { it.name == 'to-remove' }
        deps.add project.dependencies.create("org:bar:1.0")
    }
    configurations.conf.withDependencies { deps ->
        assert deps.empty : "Parent dependencies should be empty"
    }
    """
    
            then:
            resolvedGraph {
                module("org:foo:1.0")
                module("org:bar:1.0")
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 07 19:31:56 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  7. tensorflow/c/experimental/saved_model/internal/BUILD

        name = "concrete_function_list_type",
        hdrs = [
            "concrete_function_list_type.h",
        ],
        deps = [
            "//tensorflow/c/experimental/saved_model/core:concrete_function",
        ],
    )
    
    cc_library(
        name = "concrete_function_type",
        hdrs = [
            "concrete_function_type.h",
        ],
        deps = [
            "//tensorflow/c:conversion_macros",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 01 20:19:06 UTC 2024
    - 11K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tf2xla/internal/BUILD

        ],
    )
    
    cc_library(
        name = "compilation_timer",
        hdrs = ["compilation_timer.h"],
        deps = [
            "//tensorflow/core/platform:profile_utils_cpu_utils",
        ],
    )
    
    tf_cc_test(
        name = "compilation_timer_test",
        srcs = ["compilation_timer_test.cc"],
        deps = [
            ":compilation_timer",
            "@com_google_absl//absl/time",
            "@com_google_googletest//:gtest_main",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 28 23:42:09 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/stablehlo/BUILD

            "-Ithird_party",
        ],
        deps = [
            "@llvm-project//llvm:Support",
        ],
        alwayslink = 1,
    )
    
    cc_library(
        name = "rename_entrypoint_to_main",
        srcs = [
            "transforms/rename_entrypoint_to_main.cc",
        ],
        hdrs = [
            "transforms/rename_entrypoint_to_main.h",
        ],
        copts = [
            "-Ithird_party",
        ],
        deps = [
            ":stablehlo_util",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 23:16:05 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  10. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishDependenciesIntegTest.groovy

            repoModule.assertApiDependencies()
            repoModule.parsedPom.scope("runtime") {
                def deps = dependencies.values()
                assert deps.size() == 3
                assert deps[0].classifier == null
                assert deps[1].classifier == "classy"
                assert deps[2].classifier == "ctar"
            }
            repoModule.parsedModuleMetadata.variant("runtimeElements") {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 16:29:10 UTC 2023
    - 14.6K bytes
    - Viewed (0)
Back to top