Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 485 for mdeps (0.17 sec)

  1. 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)
  2. 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)
  3. 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)
  4. tensorflow/c/eager/BUILD

            "//tensorflow:internal",
        ],
        deps = [
            "//tensorflow/core:lib",
            "//tensorflow/core:protos_all_cc",
            "@com_google_absl//absl/container:inlined_vector",
        ],
    )
    
    cc_library(
        name = "abstract_operation",
        hdrs = ["abstract_operation.h"],
        visibility = [
            "//tensorflow:internal",
        ],
        deps = [
            ":abstract_tensor_handle",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 11 23:52:39 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  5. src/cmd/go/testdata/script/mod_list_bad_import.txt

    ! stdout ^error
    stdout 'incomplete'
    stdout 'bad dep: .*example.com/notfound'
    
    # Listing with -deps should also fail.
    ! go list -deps example.com/direct
    stderr example.com/notfound
    
    # But -e -deps should succeed.
    go list -e -deps example.com/direct
    stdout example.com/notfound
    
    
    # Listing an otherwise-valid package that imports some *other* package with an
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 06 18:54:25 UTC 2021
    - 2.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/BUILD

        ],
        deps = [":get_compiler_ir_hdrs"],
    )
    
    # This target can be used by XLA device plugins to prevent circular dependencies, and provides access to all of the required headers for building a device library.
    cc_header_only_library(
        name = "xla_jit_headers_lib",
        visibility = ["//visibility:public"],
        deps = [
            ":xla_cpu_device",
            ":xla_cpu_jit",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 00:41:19 UTC 2024
    - 61.5K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/experimental/tac/hardwares/BUILD

        hdrs = ["simple_hardware.h"],
        deps = [
            ":target_hardware",
            "//tensorflow/compiler/mlir/lite:cost_estimators",
            "//tensorflow/compiler/mlir/lite:tensorflow_lite",
            "//tensorflow/compiler/mlir/lite/experimental/tac:common",
            "@llvm-project//llvm:Support",
        ],
    )
    
    cc_library(
        name = "all-target-hardwares",
        deps = [
            ":cpu_hardware",
            ":gpu_hardware",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 17 08:24:48 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  8. tensorflow/cc/saved_model/BUILD

    # cc_library(
    #     name = "mobile_only_deps",
    #     visibility = ["//visibility:private"],
    #     deps = if_mobile(["//tensorflow/core:portable_tensorflow_lib"]),
    # )
    # copybara:uncomment_end
    
    cc_library(
        name = "reader",
        srcs = ["reader.cc"],
        hdrs = ["reader.h"],
        deps = [
            ":constants",
            ":metrics",
            ":util",
            "//tensorflow/core:protos_all_cc",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 05:43:44 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  9. tensorflow/cc/experimental/base/public/BUILD

    )
    
    cc_library(
        name = "runtime",
        hdrs = [
            "runtime.h",
        ],
        deps = [
            ":status",
            "//tensorflow/c/eager:c_api",
            "//tensorflow/c/eager:c_api_experimental",
        ],
    )
    
    cc_library(
        name = "runtime_builder",
        hdrs = [
            "runtime_builder.h",
        ],
        deps = [
            ":runtime",
            ":status",
            "//tensorflow/c/eager:c_api",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 17 15:20:54 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/BUILD

        td_file = "transforms/legalize_tensorlist.td",
        deps = [":tensorflow_lite_patterns_td_files"],
    )
    
    cc_library(
        name = "validators",
        srcs = [
            "utils/validators.cc",
        ],
        hdrs = [
            "utils/validators.h",
        ],
        deps = [
            "@llvm-project//mlir:Dialect",
            "@llvm-project//mlir:FuncDialect",
            "@llvm-project//mlir:IR",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 49.9K bytes
    - Viewed (0)
Back to top