Home
last modified time | relevance | path

Searched defs:TpuCompilationCacheKey (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compilation_cache_key.h27 struct TpuCompilationCacheKey { struct
29 std::string prefix;
57 explicit TpuCompilationCacheKey() {} in TpuCompilationCacheKey() argument
58 explicit TpuCompilationCacheKey(const std::string& p) : prefix(p) {} in TpuCompilationCacheKey() function