Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for human_signature (1.62 sec)

  1. tensorflow/compiler/jit/device_compiler.h

        cluster_mutex = it->second.get();
      }
    
      profiler->RegisterExecution(function);
    
      string human_signature;
      if (VLOG_IS_ON(2)) {
        human_signature = VLOG_IS_ON(3) ? signature.HumanString() : function.name();
        VLOG(2) << "DeviceCompilationClusterSignature: " << human_signature;
      }
    
      // Acquire the cache entry lock and compile, if necessary.
    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