Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbfloat16_propagation.cc216 if (ContainsKey(values_that_must_be_kept_as_f32_, value)) { in AllUsersConsumeBF16()
350 values_that_must_be_kept_as_f32_.insert(value); in DetermineInstructionPrecision()
479 values_that_must_be_kept_as_f32_.insert(value); in AdjustCalledComputationRoot()
539 values_that_must_be_kept_as_f32_.insert(value); in ResolveInconsistencyOfAliasingBuffersHelper()
719 values_that_must_be_kept_as_f32_.clear(); in Run()
Dbfloat16_propagation.h187 absl::flat_hash_set<const HloValue*> values_that_must_be_kept_as_f32_; variable