Home
last modified time | relevance | path

Searched refs:DeepCloneComputation (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module.h103 HloComputation* DeepCloneComputation(HloComputation* computation,
Dcholesky_expander.cc252 module->DeepCloneComputation(new_module->entry_computation(), &context); in ExpandInstruction()
Dtriangular_solve_expander.cc500 module->DeepCloneComputation(new_module->entry_computation(), &context); in ExpandInstruction()
Dhlo_creation_utils.cc306 module->DeepCloneComputation(new_module->entry_computation(), &context); in MakeSortHlo()
Dhlo_module.cc591 HloComputation* HloModule::DeepCloneComputation(HloComputation* computation, in DeepCloneComputation() function in xla::HloModule
Dhlo_instruction.cc1507 ? context->module()->DeepCloneComputation(callee, context) in CloneWithNewOperands()