Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tf_mlir_opt_main (0.2 sec)

  1. tensorflow/compiler/mlir/tf_mlir_opt_main.cc

    Eugene Zhulenev <******@****.***> 1714756790 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:16:49 UTC 2024
    - 4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/BUILD

            "@llvm-project//llvm:Support",
            "@llvm-project//mlir:IR",
            "@llvm-project//mlir:Support",
        ],
    )
    
    cc_library(
        name = "tf_mlir_opt_main",
        testonly = True,
        srcs = ["tf_mlir_opt_main.cc"],
        deps = [
            ":init_mlir",
            ":passes",
            ":register_common_dialects",
            "//tensorflow/compiler/mlir/lite:tensorflow_lite",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 9.2K bytes
    - Viewed (0)
Back to top