Home
last modified time | relevance | path

Searched refs:ParseCompilationCacheKey (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtpu_util.h42 xla::StatusOr<TpuCompilationCacheKey> ParseCompilationCacheKey(
H A Dtpu_compilation_cache_interface.cc234 auto parsed_key_or_status = ParseCompilationCacheKey(key); in RemoveEntry()
350 auto parsed_key_or_status = ParseCompilationCacheKey(key); in InsertEntry()
H A Dtpu_util.cc33 xla::StatusOr<TpuCompilationCacheKey> ParseCompilationCacheKey( in ParseCompilationCacheKey() function