Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 778 for dups (0.13 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. tensorflow/cc/experimental/libtf/impl/BUILD

    )
    
    cc_library(
        name = "iostream",
        srcs = [
            "iostream.cc",
        ],
        deps = [
            ":none",
            ":string",
            ":tensor_spec",
        ],
    )
    
    tf_cc_test(
        name = "iostream_test",
        size = "small",
        srcs = ["iostream_test.cc"],
        deps = [
            ":iostream",
            ":none",
            ":scalars",
            ":string",
            ":tensor_spec",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 18 09:47:46 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  4. platforms/ide/ide/src/integTest/groovy/org/gradle/plugins/ide/eclipse/EclipseMultiModuleIntegrationTest.groovy

            List deps = parseEclipseProjectDependencies(project: 'services/utilities')
    
            assert deps.contains("/very-cool-model")
            assert deps.contains("/root-util")
            assert deps.contains("/shared-api")
            assert deps.contains("/services-util")
        }
    
        def assertApiProjectContainsCorrectDependencies() {
            def deps = parseEclipseProjectDependencies(project: 'api')
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  5. 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)
  6. tensorflow/compiler/mlir/quantization/tensorflow/BUILD

        deps = [":quant_td_files"],
    )
    
    gentbl_cc_library(
        name = "quantize_composite_functions_inc_gen",
        compatible_with = get_compatible_with_portable(),
        tbl_outs = [
            (
                ["-gen-rewriters"],
                "passes/quantize_composite_functions.inc",
            ),
        ],
        tblgen = "@llvm-project//mlir:mlir-tblgen",
        td_file = "passes/quantize_composite_functions.td",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 22:58:42 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tfrt/ir/mlrt/BUILD

        td_file = "tf_ops.td",
        deps = [":tf_mlrt_td_files"],
    )
    
    cc_library(
        name = "tf_mlrt_ops",
        srcs = ["tf_mlrt_ops.cc"],
        hdrs = ["tf_mlrt_ops.h"],
        visibility = [
            # copybara:uncomment "//learning/brain/experimental/tfrt/mlrt/application/tensorflow/tests:__subpackages__",
            "//tensorflow/compiler/mlir/tfrt:__subpackages__",
        ],
        deps = [
            ":mlrt_ops",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 17:04:28 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  8. tensorflow/cc/experimental/libtf/BUILD

        size = "medium",
        srcs = ["tests/object_test.cc"],
        deps = [
            ":libtf",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
            "//tensorflow/core/platform:statusor",
        ],
    )
    
    tf_cc_test(
        name = "libtf_perf_test",
        size = "medium",
        srcs = ["tests/perf_test.cc"],
        deps = [
            ":libtf",
            "//tensorflow/core:test",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tfrt/ir/BUILD

            "//learning/brain/experimental/tfrt:__subpackages__",
        ],
        deps = [":tfrt_fallback_td_files"],
    )
    
    td_library(
        name = "gpu_ops_td_file",
        srcs = [
            "gpu_ops.td",
        ],
        includes = ["."],
        visibility = [
            "//tensorflow/compiler/mlir/tfrt:__subpackages__",
        ],
        deps = [
            ":tfrt_fallback_td_files",
            "@tf_runtime//:OpBaseTdFiles",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 27 20:43:07 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/transforms/BUILD

        ],
        tblgen = "@llvm-project//mlir:mlir-tblgen",
        td_file = "reducer/tf_mlir_reduce_patterns.td",
        deps = [
            "//tensorflow/compiler/mlir/tensorflow:tensorflow_ops_td_files",
        ],
    )
    
    cc_library(
        name = "tfe_legalize_tfg",
        srcs = [
            "passes.h",
            "tfg-to-tfe.cc",
        ],
        deps = [
            ":tf_device_pass_inc_gen",
            ":tf_pass_inc_gen",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 35.7K bytes
    - Viewed (0)
Back to top