Home
last modified time | relevance | path

Searched refs:MapInstruction (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tools/
Dhlo_extractor.cc55 clone_context_.MapInstruction(parameter, new_parameter.get()); in HandleParameter()
67 clone_context_.MapInstruction(hlo, new_parameter.get()); in DefaultAction()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_clone_context.h44 void MapInstruction(const HloInstruction* old_instruction, in MapInstruction() function
Dhlo_instruction.cc1829 context->MapInstruction(this, clone.get()); in CloneWithNewOperands()