Searched refs:PerInstruction (Results 1 – 2 of 2) sorted by relevance
310 struct PerInstruction { struct317 const PerInstruction* PerInst(const HloInstruction* inst) const { in PerInst() argument327 PerInstruction* PerInst(const HloInstruction* inst) { in PerInst()332 return per_instruction_.emplace(id, absl::make_unique<PerInstruction>()) in PerInst()353 absl::flat_hash_map<int, std::unique_ptr<PerInstruction>> per_instruction_;
180 PerInstruction* pi = PerInst(instruction);435 PerInstruction* pi = PerInst(instruction); in CreateEmptyPointsToSet()