Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for translate_lib (0.22 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/BUILD

        ],
    )
    
    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",
            ":mlir_roundtrip_flags",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 11K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/BUILD

    # these BUILD targets in a follow up.
    aliased_targets = [
        "export_graphdef",
        "import_model",
        "export_tf_dialect_op",
        "mlir_roundtrip_flags",
        "mlir_import_options",
        "translate_lib",
        "translate_cl_options",
        "translate_registration",
        "split_into_island_per_op_pass",
        "upgrade_graph",
    ]
    
    [
        alias(
            name = target,
    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