Searched refs:reverse_position (Results 1 – 1 of 1) sorted by relevance
296 absl::flat_hash_map<const HloInstruction*, int> reverse_position; in RunWholeModule() local301 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()