Home
last modified time | relevance | path

Searched refs:shared_memory_usage (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_fusible.h39 shared_memory_usage.erase(instr); in Invalidate()
45 absl::flat_hash_map<const HloInstruction*, int64_t> shared_memory_usage; member
H A Dgpu_fusible.cc335 auto it_and_inserted = cache->shared_memory_usage.emplace(&instr, -1); in SharedMemoryUsage()