Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 87 for defs (0.16 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. tensorflow/compiler/mlir/quantization/stablehlo/BUILD

        td_file = "passes/bridge/optimize.td",
        deps = [":optimize_td_files"],
    )
    
    tf_cc_test(
        name = "convert_tf_quant_to_mhlo_int_test",
        srcs = [
            "passes/bridge/convert_tf_quant_to_mhlo_int_test.cc",
        ],
        tags = ["nomac"],  # TODO(b/297362678): re-enable mac test.
        deps = [
            ":bridge_passes",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 02:59:01 UTC 2024
    - 28.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/transforms/host_runtime/BUILD

        tblgen = "@llvm-project//mlir:mlir-tblgen",
        td_file = "runtime_passes.td",
        deps = [
            "@llvm-project//mlir:PassBaseTdFiles",
        ],
    )
    
    cc_library(
        name = "runtime_passes",
        hdrs = [
            "runtime_passes.h",
        ],
        textual_hdrs = [
            "runtime_passes.h.inc",
        ],
        deps = [
            ":runtime_passes_inc_gen",
            ":tpu_merge_variable_with_execute",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 10K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tf2xla/api/v1/BUILD

        ],
    )
    
    cc_library(
        name = "compile_mlir_util_no_tf_dialect_passes",
        srcs = ["compile_mlir_util.cc"],
        hdrs = ["compile_mlir_util.h"],
        visibility = ["//visibility:public"],
        deps = [
            "//tensorflow/compiler/mlir/quantization/stablehlo:bridge_passes",
            "//tensorflow/compiler/mlir/tensorflow",
            "//tensorflow/compiler/mlir/tensorflow:bridge_logger",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  10. tensorflow/compiler/aot/tfcompile.bzl

            use a tfcompile built with extra dependencies.
          include_standard_runtime_deps: If True, the standard list of
            kernel/runtime deps is added to deps.  If False, deps must contain the
            full set of deps needed by the generated library.
          enable_xla_hlo_profiling: Enable XLA HLO profiling in the generated
            program, and emit metadata that lets us pretty-print the gathered
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 19:18:08 UTC 2024
    - 21.8K bytes
    - Viewed (0)
Back to top