Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tf_xla_mlir_translate (0.14 sec)

  1. tensorflow/compiler/mlir/tensorflow/utils/tf_xla_mlir_translate.cc

    Christian Sigg <******@****.***> 1714060318 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 18.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/BUILD

            "@llvm-project//mlir:Parser",
            "@local_xla//xla:status_macros",
        ],
    )
    
    cc_library(
        name = "tf_xla_mlir_translate",
        testonly = True,  # Ensure alwayslink does not leak in the codebase.
        srcs = ["utils/tf_xla_mlir_translate.cc"],
        deps = [
            ":mlir_roundtrip_flags",
            ":serialize_mlir_module_utils",
            ":tensorflow",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 22 21:28:13 UTC 2024
    - 47.7K bytes
    - Viewed (0)
Back to top