Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cluster_compile_lock (6.02 sec)

  1. tensorflow/compiler/jit/device_compiler.h

      }
    
      // Acquire the cache entry lock and compile, if necessary.
      // TODO(phawkins): this locking will need to be restructured when we implement
      // cache eviction.
      mutex_lock cluster_compile_lock(*cluster_mutex);
      auto cache_value = cache_->LookupOrCreate(signature);
    
      int64_t current_request_count = cache_value.request_count;
      VLOG(2) << "Compilation cache entry hit: "
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 22.1K bytes
    - Viewed (0)
Back to top