Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 100 for more (0.06 sec)

  1. tensorflow/compiler/mlir/lite/experimental/tac/hardwares/BUILD

    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = [
            "//visibility:public",
        ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "gpu_hardware",
        srcs = ["gpu_hardware.cc"],
        hdrs = ["gpu_hardware.h"],
        deps = [
            ":target_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)
  2. tensorflow/compiler/mlir/quantization/tensorflow/debugging/BUILD

            "//tensorflow/compiler/mlir/quantization/tensorflow:quantization_options_proto_cc",
            "//tensorflow/core:framework",
            "//tensorflow/core:lib",
            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core/platform:path",
            "@com_google_absl//absl/log",
            "@com_google_absl//absl/status",
            "@com_google_absl//absl/strings",
            "@local_tsl//tsl/platform:env",
            "@local_tsl//tsl/platform:errors",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 15 09:06:48 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/common/quantization_lib/BUILD

    load("@llvm-project//mlir:tblgen.bzl", "gentbl_cc_library", "td_library")
    load("//tensorflow:tensorflow.bzl", "tf_cc_test")
    load("//tensorflow:tensorflow.default.bzl", "get_compatible_with_portable")
    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        # By default, these targets should only be used within the quantization library.
        default_visibility = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 21 11:52:27 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  4. tensorflow/c/BUILD

            "//tensorflow/core/lib/gtl:cleanup",
            "//tensorflow/core/platform:errors",
            "//tensorflow/core/platform:mutex",
            "//tensorflow/core/platform:refcount",
        ] + if_not_mobile([
            "//tensorflow/core/kernels:tensor_list",
            "//tensorflow/core/kernels:tensor_list_util",
            "//tensorflow/core/kernels:variant_ops_util",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 30.3K bytes
    - Viewed (0)
  5. tensorflow/c/experimental/next_pluggable_device/BUILD

            "//tensorflow/compiler/jit:variable_info_util",
            "//tensorflow/core:framework",
            "//tensorflow/core/common_runtime/next_pluggable_device:plugin_resource",
            "//tensorflow/core/platform:refcount",
            "//tensorflow/core/platform:status",
            "//tensorflow/core/tfrt/common:pjrt_util",
            "@com_google_absl//absl/status",
            "@com_google_absl//absl/status:statusor",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 11 23:52:39 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/translate/BUILD

            "//tensorflow/core/common_runtime:device",
            "//tensorflow/core/common_runtime:device_factory",
            "//tensorflow/core/grappler:grappler_item",
            "//tensorflow/core/grappler:grappler_item_builder",
            "//tensorflow/core/grappler/clusters:virtual_cluster",
            "//tensorflow/core/grappler/optimizers:meta_optimizer",
            "//tensorflow/core/protobuf:for_core_protos_cc",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 11K bytes
    - Viewed (0)
  7. tensorflow/cc/experimental/libtf/runtime/core/BUILD

        default_visibility = [
            "//tensorflow/cc/experimental/libtf:__subpackages__",
        ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "core",
        srcs = [
            "core.cc",
        ],
        hdrs = [
            "core.h",
        ],
        deps = [
            "//tensorflow/c:tf_status_helper",
            "//tensorflow/c:tf_status_internal",
            "//tensorflow/c/eager:c_api",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 17 15:20:54 UTC 2022
    - 625 bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/tensorflow/BUILD

            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core/ir/importexport:convert_tensor",
            "//tensorflow/core/ir/importexport:mangling",
            "//tensorflow/core/ir/types:Dialect",
            "//tensorflow/core/platform:env",
            "//tensorflow/core/platform:macros",
            "//tensorflow/core/platform:path",
            "//tensorflow/core/tpu:tpu_defs",
            "@com_google_absl//absl/algorithm:container",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 22:58:42 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  9. tensorflow/c/experimental/ops/gen/common/BUILD

            "//tensorflow/core:framework_internal",
            "//tensorflow/core:lib",
            "//tensorflow/core:lib_internal",
            "//tensorflow/core:op_gen_lib",
            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core/platform:str_util",
            "@com_google_absl//absl/strings",
        ],
        alwayslink = 1,
    )
    
    tf_cc_tests(
        name = "all_tests",
        size = "small",
        srcs = glob(["*_test.cc"]),
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 30 18:35:29 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/experimental/tac/utils/BUILD

    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = [
            "//visibility:public",
        ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "utils",
        srcs = [
            "utils.cc",
        ],
        hdrs = [
            "utils.h",
        ],
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 03 03:47:03 UTC 2024
    - 989 bytes
    - Viewed (0)
Back to top