Home
last modified time | relevance | path

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

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