Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LOG_EVERY_POW_2 (0.21 sec)

  1. tensorflow/compiler/jit/device_executable_persistor.h

      // user if these moves are not known to be atomic.
      bool has_atomic_move = false;
      env->HasAtomicMove(persistent_cache_directory_, &has_atomic_move)
          .IgnoreError();
      if (!has_atomic_move) {
        LOG_EVERY_POW_2(WARNING)
            << "Filesystem for XLA persistent cache at "
            << persistent_cache_directory_
            << " does not support atomic moves.  Therefore the persistent cache is "
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 17.4K bytes
    - Viewed (0)
Back to top