Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dthunk.h63 : kind_(kind), hlo_instruction_(hlo_instruction) {} in Thunk()
69 const HloInstruction* hlo_instruction() const { return hlo_instruction_; } in hlo_instruction()
110 const HloInstruction* hlo_instruction_; variable