Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 199 for src2 (0.05 sec)

  1. tensorflow/compiler/mlir/tfrt/ir/BUILD

    cc_library(
        name = "tfrt_fallback_util",
        srcs = ["tfrt_fallback_util.cc"],
        hdrs = ["tfrt_fallback_util.h"],
        visibility = ["//tensorflow/compiler/mlir/tfrt:__subpackages__"],
        deps = [
            ":tfrt_fallback_async_opdefs",
            "@llvm-project//mlir:FuncDialect",
            "@llvm-project//mlir:IR",
        ],
    )
    
    td_library(
        name = "tfrt_fallback_td_files",
        srcs = [
            "tfrt_fallback.td",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 27 20:43:07 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/BUILD

        ],
        deps = [":flags_headers"],
    )
    
    cc_library(
        name = "common",
        srcs = [
            "defs.cc",
        ],
        hdrs = [
            "defs.h",
        ],
        visibility = [":friends"],
    )
    
    # Internal targets below this point.
    
    cc_library(
        name = "variable_info",
        srcs = ["variable_info.cc"],
        hdrs = ["variable_info.h"],
        visibility = [
            ":internal",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 00:41:19 UTC 2024
    - 61.5K bytes
    - Viewed (0)
  3. tensorflow/cc/experimental/libexport/BUILD

            ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "save",
        srcs = ["save.cc"],
        hdrs = ["save.h"],
        deps = [
            "//tensorflow/core:lib",
            "//tensorflow/core/platform:status",
        ],
    )
    
    tf_cc_test(
        name = "save_test",
        size = "small",
        srcs = ["save_test.cc"],
        deps = [
            ":save",
            "//tensorflow/core:lib",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tfrt/ir/mlrt/BUILD

    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        licenses = ["notice"],
    )
    
    td_library(
        name = "mlrt_td_files",
        srcs = [
            "mlrt_dialect.td",
            "mlrt_ops.td",
        ],
        includes = ["."],
        visibility = [
            # copybara:uncomment "//learning/brain/tfrt/mlir:__subpackages__",
        ],
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 17:04:28 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  5. tensorflow/cc/saved_model/BUILD

        ],
    )
    
    cc_library(
        name = "loader_util",
        srcs = ["loader_util.cc"],
        hdrs = ["loader_util.h"],
        deps = [":constants"] + if_not_mobile([
            "//tensorflow/core:lib",
            "//tensorflow/core:lib_internal",
            "//tensorflow/core:protos_all_cc",
        ]),
    )
    
    tf_cc_test(
        name = "bundle_v2_test",
        srcs = ["bundle_v2_test.cc"],
        data = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 05:43:44 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  6. tensorflow/c/eager/BUILD

        ],
    )
    
    filegroup(
        name = "headers",
        srcs = [
            "c_api.h",
            "c_api_experimental.h",
            "dlpack.h",
        ],
        visibility = ["//tensorflow:__subpackages__"],
    )
    
    filegroup(
        name = "pywrap_headers_monitoring_reader",
        srcs = [
            "c_api_experimental_reader.h",
            "tfe_monitoring_reader_internal.h",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 11 23:52:39 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tfrt/BUILD

    )
    
    cc_library(
        name = "host_context_util",
        srcs = ["utils/host_context.cc"],
        hdrs = ["utils/host_context.h"],
        deps = [
            "//tensorflow/core/platform:logging",
            "@com_google_absl//absl/base:core_headers",
            "@tf_runtime//:hostcontext",
        ],
    )
    
    cc_library(
        name = "function",
        srcs = [
            "function/function.cc",
        ],
        hdrs = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 19:04:21 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/common/BUILD

        licenses = ["notice"],
    )
    
    td_library(
        name = "lift_as_function_call_td_files",
        srcs = [
            "lift_as_function_call.td",
        ],
        compatible_with = get_compatible_with_portable(),
        deps = [
            "@llvm-project//mlir:FuncTdFiles",
        ],
    )
    
    cc_library(
        name = "lift_as_function_call",
        srcs = ["lift_as_function_call.cc"],
        hdrs = ["lift_as_function_call.h"],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 10 04:07:09 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  9. tensorflow/c/experimental/filesystem/plugins/posix/BUILD

    cc_library(
        name = "posix_filesystem_helper",
        srcs = ["posix_filesystem_helper.cc"],
        hdrs = ["posix_filesystem_helper.h"],
        deps = [":copy_file"],
    )
    
    # On Linux, we can copy files faster using `sendfile`. But not elsewhere.
    # Hence, this private library to select which implementation to use.
    cc_library(
        name = "copy_file",
        srcs = select({
            "//tensorflow:linux_x86_64": ["copy_file_linux.cc"],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Mar 24 20:08:23 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  10. tensorflow/c/experimental/gradients/BUILD

    )
    
    cc_library(
        name = "array_grad",
        srcs = ["array_grad.cc"],
        hdrs = [
            "array_grad.h",
        ],
        visibility = [
            "//tensorflow:internal",
        ],
        deps = [
            "//tensorflow/c/eager:abstract_context",
            "//tensorflow/c/eager:gradients_internal",
        ],
    )
    
    cc_library(
        name = "math_grad",
        srcs = ["math_grad.cc"],
        hdrs = [
            "math_grad.h",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 01 20:39:44 UTC 2024
    - 6.7K bytes
    - Viewed (0)
Back to top