Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ops_a_m (0.07 sec)

  1. tensorflow/compiler/mlir/tensorflow/BUILD

            ":tensorflow_ops_td_files",
        ],
    )
    
    # We only shard tf_op on name for build performance reasons.
    tf_ops_category_list = [
        {
            "name": "ops_a_m",
            "include": "tf.[A-M].*$",
        },
        {
            "name": "ops_n_z",
            "include": "tf.[N-Z].*$",
        },
    ]
    
    [[
        gentbl_cc_library(
            name = "tensorflow_" + target["name"] + "_inc_gen",
    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