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.h1778 HloInstruction* trace_instruction_ = nullptr; variable
Dhlo_instruction.cc2444 HloInstruction* HloInstruction::tracing() const { return trace_instruction_; } in tracing()
2447 trace_instruction_ = trace_instruction; in set_tracing()