Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator_test.cc309 absl::flat_hash_map<const HloInstruction*, int> reverse_position; in RunWholeModule() local
314 reverse_position[instruction] = full_module_sequence.size() - i; in RunWholeModule()
321 auto size_fn = [&reverse_position](const BufferValue& buffer) { in RunWholeModule()
322 return reverse_position[buffer.instruction()]; in RunWholeModule()