Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LogOnceXlaCompiledFirstCluster (1.55 sec)

  1. tensorflow/compiler/jit/device_compiler.h

    namespace device_compiler_internal {
    // Print something that users can search for to definitively ascertain that XLA
    // was used for their TF model.
    // Prints only once to avoid spamming LOG(INFO).
    inline void LogOnceXlaCompiledFirstCluster() {
      static absl::once_flag log_once;
      absl::call_once(log_once, [] {
        LOG(INFO) << "Compiled cluster using XLA!  This line is logged at most "
                     "once for the lifetime of the process.";
    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