Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for XLA_SCOPED_LOGGING_TIMER (0.16 sec)

  1. tensorflow/compiler/jit/device_executable_persistor.h

    Status
    DeviceExecutablePersistor<ExecutableType, ClientType>::VerifyLoadedCacheEntry(
        const XlaSerializedCacheKey& key, const xla::HloModuleProto& hlo_module,
        const XlaSerializedCacheEntry& entry) const {
      XLA_SCOPED_LOGGING_TIMER(absl::StrCat("Verifying loaded cache entry: ",
                                            hlo_module.entry_computation_name()));
    
      if (!AreSerializedProtosEqual(key, entry.key())) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/device_compiler.h

                       });
    
        return errors::Internal("XLA compilation disabled");
      }
    
      if (state == DeviceCompileState::kUncompiled) {
        XLA_SCOPED_LOGGING_TIMER("Compilation of XLA executable");
        if (!profiler->ShouldCompileCluster(function, compile_mode,
                                            current_request_count)) {
    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