Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator.cc221 absl::flat_hash_map<const HloBuffer*, const HloValue*> first_allocated_value; in RunComputation() local
235 if (first_allocated_value.count(hlo_buffer) != 0) { in RunComputation()
240 ShareBuffer(value, first_allocated_value[hlo_buffer], in RunComputation()
243 << first_allocated_value[hlo_buffer]->ToShortString(); in RunComputation()
318 first_allocated_value[hlo_buffer] = value; in RunComputation()