Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for trigger (0.17 sec)

  1. .bazelrc

    build:nonccl --define=no_nccl_support=true
    
    # Modular TF build options
    build:dynamic_kernels --define=dynamic_loaded_kernels=true
    build:dynamic_kernels --copt=-DAUTOLOAD_DYNAMIC_KERNELS
    
    # Don't trigger --config=<host platform> when cross-compiling.
    build:android --noenable_platform_specific_config
    build:ios --noenable_platform_specific_config
    
    # Suppress all C++ compiler warnings, otherwise build logs become 10s of MBs.
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Thu May 02 19:34:20 GMT 2024
    - 52.8K bytes
    - Viewed (2)
  2. RELEASE.md

        *   `converter.convert()` no longer returns a `tf.function`. Now the
            function must be accessed from the saved model.
        *   The `converter.calibrate()` method has been removed. To trigger
            calibration, a `calibration_input_fn` should be provided to
            `converter.convert()`.
    
    *   Other:
    
        *   Fix accidental quadratic graph construction cost in graph-mode
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top