Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dreduce_precision_insertion.cc105 bool computation_changed = false; in insert_on_inputs() local
133 computation_changed |= instruction_changed; in insert_on_inputs()
155 computation_changed = true; in insert_on_inputs()
160 return computation_changed; in insert_on_inputs()
165 bool computation_changed = false; in insert_on_outputs() local
185 computation_changed |= instruction_changed; in insert_on_outputs()
189 computation_changed |= instruction_changed; in insert_on_outputs()
193 return computation_changed; in insert_on_outputs()
201 StatusOr<bool> computation_changed; in Run() local
205 computation_changed = ReducePrecisionInsertion::insert_on_inputs( in Run()
[all …]
Dmap_inliner.cc118 TF_ASSIGN_OR_RETURN(bool computation_changed, visitor.Run(computation)); in Run()
119 changed |= computation_changed; in Run()