Home
last modified time | relevance | path

Searched defs:hlo_instruction (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcopy_thunk.cc27 const HloInstruction* hlo_instruction) in HostToDeviceCopyThunk()
46 const HloInstruction* hlo_instruction) in DeviceToDeviceCopyThunk()
Dhlo_execution_profiler.cc101 const HloInstruction* hlo_instruction) { in FinishHloInstruction()
112 const HloInstruction* hlo_instruction) { in MakeScopedInstructionProfiler()
Dthunk.h69 explicit Thunk(Kind kind, const HloInstruction* hlo_instruction) in Thunk()
76 const HloInstruction* hlo_instruction() const { return hlo_instruction_; } in hlo_instruction() function
Dtuple_thunk.h39 const HloInstruction* hlo_instruction) in TupleThunk()
Dhlo_execution_profiler.h90 const HloInstruction* hlo_instruction) in ScopedInstructionProfiler()
Doutfeed_thunk.cc27 const HloInstruction* hlo_instruction) in OutfeedThunk()
Dkernel_thunk.cc32 const HloInstruction* hlo_instruction, in KernelThunk()
Dinfeed_thunk.cc27 const HloInstruction* hlo_instruction) in InfeedThunk()
Dgemm_thunk.cc271 DotDimensionNumbers GetDimensionNumbers(const HloInstruction& hlo_instruction) { in GetDimensionNumbers()
298 const HloInstruction* hlo_instruction, in GemmThunk()
/external/tensorflow/tensorflow/compiler/xla/service/
Dlogical_buffer_analysis.cc100 Status LogicalBufferAnalysis::DefaultAction(HloInstruction* hlo_instruction) { in DefaultAction()
Ddfs_hlo_visitor_with_default.h251 Status DefaultAction(HloInstructionPtr hlo_instruction) override { in DefaultAction()
Dtuple_points_to_analysis.cc198 Status TuplePointsToAnalysis::DefaultAction(HloInstruction* hlo_instruction) { in DefaultAction()
Dhlo_cost_analysis.cc86 const HloInstruction* hlo_instruction) { in HandleElementwiseOp()
Dhlo_computation_test.cc235 Status DefaultAction(HloInstruction* hlo_instruction) override { in TEST_F()
Dhlo_instruction_test.cc53 Status DefaultAction(HloInstruction* hlo_instruction) override { in DefaultAction()
575 Status DefaultAction(HloInstruction* hlo_instruction) override { in DefaultAction()
Dhlo_evaluator_typed_visitor.h147 Status DefaultAction(HloInstruction* hlo_instruction) override { in DefaultAction()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc206 Status DefaultAction(HloInstruction* hlo_instruction) override { in DefaultAction()