Searched defs:TpuCompilationCacheKey (Results 1 – 1 of 1) sorted by relevance
27 struct TpuCompilationCacheKey { struct29 std::string prefix;35 bool has_guaranteed_const = false;38 std::string session_handle;63 explicit TpuCompilationCacheKey() {} in TpuCompilationCacheKey() argument64 explicit TpuCompilationCacheKey(const std::string& p) : prefix(p) {} in TpuCompilationCacheKey() function