Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbfloat16_normalization.cc122 std::map<HloComputation*, HloComputation*> cloned_computations; in ConvertCalledComputations() local
125 cloned_computations[comp] = cloned; in ConvertCalledComputations()
129 auto it = cloned_computations.find(comp); in ConvertCalledComputations()
130 if (it != cloned_computations.end()) { in ConvertCalledComputations()
135 for (auto& comp_pair : cloned_computations) { in ConvertCalledComputations()
Dhlo_clone_context.h82 cloned_computations() const { in cloned_computations() function