Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for translate_registration (4.29 sec)

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

        ],
    )
    
    tf_cc_test(
        name = "tf_mlir_translate_registration_test",
        size = "small",
        srcs = ["tf_mlir_translate_registration_test.cc"],
        deps = [
            ":translate_registration",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
            "@com_google_absl//absl/strings",
            "@llvm-project//llvm:Support",
            "@llvm-project//mlir:TranslateLib",
        ],
    )
    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

    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,
            actual = "//tensorflow/compiler/mlir/tensorflow/translate:%s" % 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