Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtpu_compilation_cache_key.h27 struct TpuCompilationCacheKey { struct
29 std::string prefix;
35 bool has_guaranteed_const = false;
38 std::string session_handle;
63 explicit TpuCompilationCacheKey() {} in TpuCompilationCacheKey() argument
64 explicit TpuCompilationCacheKey(const std::string& p) : prefix(p) {} in TpuCompilationCacheKey() function