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.cc296 absl::flat_hash_map<const HloInstruction*, int> reverse_position; in RunWholeModule() local
301 reverse_position[instruction] = full_module_sequence.size() - i; in RunWholeModule()
308 auto size_fn = [&reverse_position](const BufferValue& buffer) { in RunWholeModule()
309 return reverse_position[buffer.instruction()]; in RunWholeModule()