Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for VerifyLoadedCacheEntry (0.33 sec)

  1. tensorflow/compiler/jit/device_executable_persistor.h

      absl::StatusOr<std::optional<XlaSerializedCacheEntry>>
      TryToReadSerializedEntry(const XlaSerializedCacheKey& key) const;
    
      // Checks if the loaded `entry` matches the expected `key` and `hlo_module`.
      Status VerifyLoadedCacheEntry(const XlaSerializedCacheKey& key,
                                    const xla::HloModuleProto& hlo_module,
                                    const XlaSerializedCacheEntry& entry) const;
    
    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