Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tensorflow_lite_optimize (0.32 sec)

  1. tensorflow/compiler/mlir/lite/BUILD

            "@local_xla//xla:status",
            "@local_xla//xla:statusor",
            "@local_xla//xla/mlir_hlo",
            "@stablehlo//:stablehlo_ops",
        ],
    )
    
    cc_library(
        name = "tensorflow_lite_optimize",
        srcs = [
            "transforms/generated_optimize.inc",
            "transforms/optimize.cc",
        ],
        hdrs = [
            "transforms/passes.h",
        ],
        deps = [
            ":constant_utils",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 49.9K bytes
    - Viewed (0)
Back to top