Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tensorflow_struct_doc_gen (0.15 sec)

  1. tensorflow/compiler/mlir/tensorflow/BUILD

        tblgen = "@llvm-project//mlir:mlir-tblgen",
        td_file = "ir/tf_op_interfaces.td",
        test = True,
        deps = [
            ":tensorflow_ops_td_files",
        ],
    )
    
    gentbl_cc_library(
        name = "tensorflow_struct_doc_gen",
        compatible_with = get_compatible_with_portable(),
        tbl_outs = [
            (
                ["-gen-dialect-doc"],
                "g3doc/tf_ops.md",
            ),
        ],
    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