Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for ridge (0.23 sec)

  1. .bazelrc

    build:dbg --copt -DDEBUG_BUILD
    
    # Config to build TF TPU
    build:tpu --define=with_tpu_support=true
    build:tpu --define=framework_shared_object=true
    build:tpu --copt=-DLIBTPU_ON_GCE
    build:tpu --define=enable_mlir_bridge=true
    
    build:tensorrt --repo_env TF_NEED_TENSORRT=1
    
    build:rocm --crosstool_top=@local_config_rocm//crosstool:toolchain
    build:rocm --define=using_rocm_hipcc=true
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Apr 24 20:50:35 GMT 2024
    - 52.6K bytes
    - Viewed (2)
  2. tensorflow/BUILD

    )
    
    # This flag forcibly enables experimental MLIR bridge support.
    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"],
    )
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Apr 09 18:15:11 GMT 2024
    - 53.4K bytes
    - Viewed (8)
  3. RELEASE.md

      * The `experimental_get_compiler_ir` method supports tf.TensorSpec compilation arguments.
    *  `tf.config.experimental.mlir_bridge_rollout`
        *   Removed enums `MLIR_BRIDGE_ROLLOUT_SAFE_MODE_ENABLED` and `MLIR_BRIDGE_ROLLOUT_SAFE_MODE_FALLBACK_ENABLED` which are no longer used by the tf2xla bridge
    
    ## Keras
    
     Keras is a framework built on top of the TensorFlow. See more details on the Keras [website](https://keras.io/).
    
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top