Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module.h90 HloComputation* DeepCloneComputation(HloComputation* computation);
Dhlo_module.cc581 HloComputation* HloModule::DeepCloneComputation(HloComputation* computation) { in DeepCloneComputation() function in xla::HloModule
586 return DeepCloneComputation(callee); in DeepCloneComputation()