Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbfloat16_propagation.h196 absl::flat_hash_map<const HloComputation*, int64> caller_counts_; variable
Dbfloat16_propagation.cc391 (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()