Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h1127 void set_tracing(HloInstruction* trace_instruction);
Dhlo_instruction.cc2446 void HloInstruction::set_tracing(HloInstruction* trace_instruction) { in set_tracing() argument
2447 trace_instruction_ = trace_instruction; in set_tracing()