Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dtuple_points_to_analysis.h310 struct PerInstruction { struct
317 const PerInstruction* PerInst(const HloInstruction* inst) const { in PerInst() argument
327 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_;
Dtuple_points_to_analysis.cc180 PerInstruction* pi = PerInst(instruction);
435 PerInstruction* pi = PerInst(instruction); in CreateEmptyPointsToSet()