Searched refs:caller_counts_ (Results 1 – 2 of 2) sorted by relevance
196 absl::flat_hash_map<const HloComputation*, int64> caller_counts_; variable
391 (caller_counts_[hlo->while_condition()] > 1 || in DetermineInstructionPrecision()392 caller_counts_[hlo->while_body()] > 1)) { in DetermineInstructionPrecision()399 return caller_counts_[c] > 1; in DetermineInstructionPrecision()840 caller_counts_.clear(); in Run()