Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 41 for shdrs (0.29 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/cc/BUILD

        ],
        licenses = ["notice"],
    )
    
    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 = [
    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/tensorflow/transforms/BUILD

            "@llvm-project//mlir:TransformUtils",
            "@llvm-project//mlir:Transforms",
        ],
    )
    
    cc_library(
        name = "mlprogram",
        srcs = [
            "mlprogram.cc",
        ],
        hdrs = [
            "mlprogram.h",
        ],
        deps = [
            ":bridge",
            ":tensorflow_passes",
            ":tf_saved_model_passes",
            "//tensorflow/compiler/mlir/tf2xla/internal:clustering_bridge_passes",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 35.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/translate/BUILD

            "@local_xla//xla:status_macros",
        ],
    )
    
    cc_library(
        name = "mlir_import_options",
        hdrs = ["mlir_import_options.h"],
        visibility = ["//visibility:public"],
    )
    
    cc_library(
        name = "translate_lib",
        srcs = ["tf_mlir_translate.cc"],
        hdrs = ["tf_mlir_translate.h"],
        visibility = ["//visibility:public"],
        deps = [
            ":import_model",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 11K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/experimental/tac/BUILD

    )
    
    cc_library(
        name = "tac_importer_exporter",
        hdrs = ["tac_importer_exporter.h"],
        deps = [
            "@com_google_absl//absl/status:statusor",
            "@llvm-project//mlir:FuncDialect",
            "@llvm-project//mlir:IR",
        ],
    )
    
    cc_library(
        name = "tflite_importer_exporter",
        srcs = ["tflite_import_export.cc"],
        hdrs = ["tflite_import_export.h"],
        deps = [
            ":common",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 06:11:34 UTC 2024
    - 12K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tfrt/BUILD

        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 = [
            "function/function.h",
        ],
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 19:04:21 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/BUILD

    )
    
    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)
  7. tensorflow/compiler/mlir/tensorflow/BUILD

            "ir/tf_structs.cc",
        ],
        hdrs = [
            "ir/tf_structs.h",
        ],
        deps = [
            "//tensorflow/core:framework",
            "//tensorflow/core/ir/types:Dialect",
            "@llvm-project//llvm:Support",
            "@llvm-project//mlir:IR",
        ],
    )
    
    cc_library(
        name = "tensorflow_side_effects",
        srcs = [
        ],
        hdrs = [
            "ir/tf_side_effects.h",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 22 21:28:13 UTC 2024
    - 47.7K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/BUILD

        ],
    )
    
    cc_library(
        name = "low_bit_utils",
        srcs = [
            "utils/low_bit_utils.cc",
        ],
        hdrs = [
            "utils/low_bit_utils.h",
        ],
    )
    
    cc_library(
        name = "lstm_utils",
        srcs = [
            "utils/lstm_utils.cc",
        ],
        hdrs = [
            "utils/lstm_utils.h",
        ],
        deps = [
            ":tensorflow_lite",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 49.9K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/stablehlo/BUILD

            "transforms/stablehlo_util.cc",
        ],
        hdrs = [
            "transforms/stablehlo_util.h",
        ],
        copts = [
            "-Ithird_party",
        ],
        deps = [
            "@llvm-project//llvm:Support",
        ],
        alwayslink = 1,
    )
    
    cc_library(
        name = "rename_entrypoint_to_main",
        srcs = [
            "transforms/rename_entrypoint_to_main.cc",
        ],
        hdrs = [
            "transforms/rename_entrypoint_to_main.h",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 23:16:05 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/stablehlo/cc/calibration/BUILD

        ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "min_max_value",
        srcs = [],
        hdrs = ["min_max_value.h"],
        compatible_with = get_compatible_with_portable(),
        deps = [],
    )
    
    cc_library(
        name = "statistics",
        srcs = ["statistics.cc"],
        hdrs = ["statistics.h"],
        compatible_with = get_compatible_with_portable(),
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 5.2K bytes
    - Viewed (0)
Back to top