Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 115 for shdrs (0.04 sec)

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

            "//tensorflow/compiler/mlir/lite/experimental/tac:__subpackages__",
        ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "tac_wrapper_lib",
        srcs = ["tac_wrapper.cc"],
        hdrs = [
            "tac_wrapper.h",
        ],
        deps = [
            "//tensorflow/compiler/mlir/lite/experimental/tac:common",
            "//tensorflow/compiler/mlir/lite/experimental/tac:target_aware_conversion",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/odml_converter/BUILD

            "@stablehlo//:chlo_ops",
            "@stablehlo//:stablehlo_ops",
        ],
    )
    
    cc_library(
        name = "outline_composites",
        srcs = [
            "transforms/outline_composites.cc",
        ],
        hdrs = ["passes.h"],
        compatible_with = get_compatible_with_portable(),
        deps = [
            ":passes_inc_gen",
            "@llvm-project//llvm:Support",
            "@llvm-project//mlir:BufferizationInterfaces",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 22:27:36 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/common/quantization_lib/BUILD

        licenses = ["notice"],
    )
    
    cc_library(
        name = "quantization_lib",
        srcs = [
            "quantization_driver.cc",
            "quantization_interface.cc.inc",
            "quantization_utils.cc",
        ],
        hdrs = [
            "quantization_driver.h",
            "quantization_interface.h.inc",
            "quantization_traits.h",
            "quantization_utils.h",
        ],
        deps = [
            ":quantization_config",
    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/eager/parallel_device/BUILD

        srcs = [
            ":device_sources",
            ":lib_sources",
        ],
        visibility = ["//tensorflow/python:__pkg__"],
    )
    
    cc_library(
        name = "parallel_device",
        srcs = [":device_sources"],
        hdrs = [":device_headers"],
        visibility = ["//visibility:private"],
        deps = [
            ":parallel_device_lib",
            "//tensorflow/c:c_api",
            "//tensorflow/c:tf_status_helper",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 01 20:19:06 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/tensorflow/BUILD

        tools = ["gen_quantized_function_library"],
    )
    
    cc_library(
        name = "manipulate_model_attr",
        srcs = [
            "passes/manipulate_model_attr.cc",
        ],
        hdrs = [
            "passes/manipulate_model_attr.h",
        ],
        compatible_with = get_compatible_with_portable(),
        deps = [
            "//tensorflow/compiler/mlir/tensorflow",
            "@llvm-project//llvm:Support",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 22:58:42 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/stablehlo/BUILD

            "passes/restore_function_name.cc",
            "passes/unfuse_mhlo_batch_norm.cc",
            "passes/unwrap_xla_call_module_op.cc",
            "passes/xla_call_module_to_call.cc",
        ],
        hdrs = [
            "passes/passes.h",
        ],
        compatible_with = get_compatible_with_portable(),
        deps = [
            ":bfloat16_type",
            ":bridge_passes",
            ":fill_quantization_options",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 02:59:01 UTC 2024
    - 28.3K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tfr/BUILD

            "@llvm-project//mlir:FuncTdFiles",
        ],
    )
    
    cc_library(
        name = "tfr",
        srcs = [
            "ir/tfr_ops.cc",
            "ir/tfr_ops.cc.inc",
        ],
        hdrs = [
            "ir/tfr_ops.h",
            "ir/tfr_ops.h.inc",
            "ir/tfr_types.h",
        ],
        deps = [
            ":tfr_ops_inc_gen",
            "//tensorflow/compiler/mlir/lite/quantization/ir:QuantOps",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 14K bytes
    - Viewed (0)
  8. tensorflow/c/experimental/filesystem/BUILD

    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        licenses = ["notice"],
    )
    
    # This is only for plugins
    cc_library(
        name = "filesystem_interface",
        hdrs = ["filesystem_interface.h"],
        visibility = ["//visibility:public"],
        deps = [
            "//tensorflow/c:tf_file_statistics",
            "//tensorflow/c:tf_status",
        ],
    )
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  9. tensorflow/c/experimental/grappler/BUILD

    )
    
    cc_library(
        name = "grappler_hdrs",
        hdrs = ["grappler.h"],
        visibility = ["//tensorflow:internal"],
        deps = [
            "//tensorflow/c:c_api",
            "//tensorflow/c:c_api_macros",
            "//tensorflow/c:tf_status_headers",
        ],
    )
    
    cc_library(
        name = "grappler",
        srcs = ["grappler.cc"],
        hdrs = [
            "grappler.h",
            "grappler_internal.h",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  10. tensorflow/compiler/jit/kernels/BUILD

        "@com_google_absl//absl/types:optional",
    ]
    
    # Linked by tensorflow core, without registration of jit compilation passes.
    cc_library(
        name = "xla_ops_no_jit_rewrite_registration",
        srcs = ["xla_ops.cc"],
        hdrs = ["xla_ops.h"],
        deps = XLA_OPS_DEPS + [
            "//tensorflow/compiler/jit:device_compilation_cache",
            "//tensorflow/compiler/jit:device_compilation_profiler",
            "//tensorflow/compiler/jit:pjrt_compile_util",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 22:46:36 UTC 2024
    - 3K bytes
    - Viewed (0)
Back to top