Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for entry_computation_name (0.17 sec)

  1. tensorflow/compiler/jit/device_executable_persistor.h

        const XlaSerializedCacheEntry& entry) const {
      XLA_SCOPED_LOGGING_TIMER(absl::StrCat("Verifying loaded cache entry: ",
                                            hlo_module.entry_computation_name()));
    
      if (!AreSerializedProtosEqual(key, entry.key())) {
        VLOG(2) << "Serialized cache key does not match:\n"
                << "got:\n"
                << entry.key().DebugString() << "\nexpected:\n"
    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