Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtpu_compilation_cache_external.cc77 main_entry->cache_entry_debug_string = subgraph_key.prefix; in InitializeEntry()
79 << main_entry->cache_entry_debug_string; in InitializeEntry()
H A Dtpu_compilation_cache_interface.cc170 << subgraph_to_evict->cache_entry_debug_string; in MarkEntryForEviction()
310 << entry_to_mark->cache_entry_debug_string; in MarkOldestEntryForEviction()
450 VLOG(2) << it->second->cache_entry_debug_string; in CompileIfKeyAbsentHelper()
H A Dcompiled_subgraph.h139 std::string cache_entry_debug_string; member