Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BuildSerializedCacheKey (0.28 sec)

  1. tensorflow/compiler/jit/device_executable_persistor.h

      }
    
     private:
      // Returns a cache key proto that identifies an entry in the compilation
      // cache.
      XlaSerializedCacheKey BuildSerializedCacheKey(
          uint64 signature_hash, const xla::HloModuleProto& hlo_module) const;
    
      XlaSerializedCacheKey BuildSerializedCacheKey(
          uint64 signature_hash, const xla::HloModuleProto& hlo_module,
          bool compiled_using_pjrt) 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