Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tensorflow_mlir_tf2xla (0.27 sec)

  1. tensorflow/compiler/mlir/tf2xla/BUILD

    # Description:
    #    TF2XLA Bridge and related components.
    
    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    
    package_group(
        name = "tensorflow_mlir_tf2xla",
        packages = [
            "//tensorflow/compiler/mlir/tf2xla/...",
        ],
    )
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = ["//visibility:public"],
        licenses = ["notice"],
    )
    
    cc_library(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 19 22:54:26 UTC 2023
    - 970 bytes
    - Viewed (0)
Back to top