Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for enable_mlir_bridge (0.07 sec)

  1. tensorflow/BUILD

    config_setting(
        name = "enable_mlir_bridge",
        define_values = {"enable_mlir_bridge": "true"},
        visibility = ["//visibility:public"],
    )
    
    # This flag forcibly disables experimental MLIR bridge support.
    config_setting(
        name = "disable_mlir_bridge",
        define_values = {"enable_mlir_bridge": "false"},
        visibility = ["//visibility:public"],
    )
    
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Wed Nov 12 19:21:56 UTC 2025
    - 53.1K bytes
    - Viewed (0)
  2. .bazelrc

    common:dbg --copt -DDEBUG_BUILD
    
    # Config to build TF TPU
    common:tpu --define=with_tpu_support=true
    common:tpu --define=framework_shared_object=true
    common:tpu --copt=-DLIBTPU_ON_GCE
    common:tpu --define=enable_mlir_bridge=true
    
    common:rocm --copt=-Wno-gnu-offsetof-extensions
    common:rocm --config=clang_local
    common:rocm --crosstool_top=@local_config_rocm//crosstool:toolchain
    common:rocm --define=using_rocm_hipcc=true
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Fri Dec 26 23:20:26 UTC 2025
    - 56.8K bytes
    - Viewed (0)
  3. RELEASE.md

            `IRFFT2D`, and `IRFFT3D`.
        *   Add `pfor` converter for `SelfAdjointEigV2`.
        *   Add `tf.math.ndtri` and `tf.math.erfinv`.
        *   Add `tf.config.experimental.enable_mlir_bridge` to allow using MLIR
            compiler bridge in eager model.
        *   Added support for MatrixSolve on Cloud TPU / XLA.
        *   Added `tf.autodiff.ForwardAccumulator` for forward-mode autodiff
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Tue Oct 28 22:27:41 UTC 2025
    - 740.4K bytes
    - Viewed (3)
Back to top