Searched defs:TpuCompilationCacheKey (Results 1 – 1 of 1) sorted by relevance
27 struct TpuCompilationCacheKey { struct29 std::string prefix;57 explicit TpuCompilationCacheKey() {} in TpuCompilationCacheKey() argument58 explicit TpuCompilationCacheKey(const std::string& p) : prefix(p) {} in TpuCompilationCacheKey() function