Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for stablehlo_custom_call_utils (0.61 sec)

  1. tensorflow/compiler/mlir/tensorflow/BUILD

    )
    
    cc_library(
        name = "xla_call_module_attrs",
        srcs = [],
        hdrs = ["utils/xla_call_module_attrs.h"],
        deps = ["@llvm-project//llvm:Support"],
    )
    
    cc_library(
        name = "stablehlo_custom_call_utils",
        srcs = ["utils/stablehlo_custom_call.cc"],
        hdrs = ["utils/stablehlo_custom_call.h"],
        deps = [
            ":xla_call_module_attrs",
            "@llvm-project//llvm:Support",
    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