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.h191 absl::flat_hash_map<const HloComputation*, int64> caller_counts_; variable
Dbfloat16_propagation.cc330 (caller_counts_[hlo->while_condition()] > 1 || in DetermineInstructionPrecision()
331 caller_counts_[hlo->while_body()] > 1)) { in DetermineInstructionPrecision()
720 caller_counts_.clear(); in Run()