Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Bengen (0.21 sec)

  1. configure.py

      )
    
      if get_var(
          environ_cp, 'TF_OVERRIDE_EIGEN_STRONG_INLINE', 'Eigen strong inline',
          True, ('Would you like to override eigen strong inline for some C++ '
                 'compilation to reduce the compilation time?'),
          'Eigen strong inline overridden.', 'Not overriding eigen strong inline, '
          'some compilations could take more than 20 mins.'):
    Python
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 18:25:36 GMT 2024
    - 53.8K bytes
    - Viewed (0)
  2. RELEASE.md

        *   This does not change the minimum required version for building
            TensorFlow from source on Windows, but builds enabling
            `EIGEN_STRONG_INLINE` can take over 48 hours to compile without this
            flag. Refer to `configure.py` for more information about
            `EIGEN_STRONG_INLINE` and `/d2ReducedOptimizeHugeFunctions`.
        *   If either of the required DLLs, `msvcp140.dll` (old) or `msvcp140_1.dll`
    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