Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Dunning (0.45 sec)

  1. RELEASE.md

            *   If you experience issues with oneDNN optimizations on, we recommend
                turning them off.
        *   To explicitly enable or disable oneDNN optimizations, set the
            environment variable `TF_ENABLE_ONEDNN_OPTS` to `1` (enable) or `0`
            (disable) before running TensorFlow. (The variable is checked during
            `import tensorflow`.) To fall back to default settings, unset the
    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)
  2. .bazelrc

    test:rbe_cross_compile_macos_x86 --config=rbe_cross_compile_base
    # Increase the test timeout as tests often take longer on mac.
    test:rbe_cross_compile_macos_x86 --test_timeout=300,450,1200,3600
    # Limit jobs to 100 to avoid running into "out of memory" issues (b/316266643)
    build:rbe_cross_compile_macos_x86 --jobs=100
    test:rbe_cross_compile_macos_x86 --jobs=100
    # END MACOS CROSS-COMPILE CONFIGS
    # END CROSS-COMPILE CONFIGS
    
    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)
Back to top