Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Delemental_ir_emitter.cc126 Cast<HloReduceWindowInstruction>(hlo), in MakeElementGenerator()
Dir_emitter.h123 const HloReduceWindowInstruction* reduce_window,
Dir_emitter.cc641 const HloReduceWindowInstruction* reduce_window, in EmitElementalReduceWindow()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc1952 HloReduceWindowInstruction::HloReduceWindowInstruction( in HloReduceWindowInstruction() function in xla::HloReduceWindowInstruction
1961 HloInstructionProto HloReduceWindowInstruction::ToProto() const { in ToProto()
1967 std::vector<string> HloReduceWindowInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl()
1976 bool HloReduceWindowInstruction::IdenticalSlowPath( in IdenticalSlowPath()
1981 static_cast<const HloReduceWindowInstruction&>(other); in IdenticalSlowPath()
1987 HloReduceWindowInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl()
1991 return absl::make_unique<HloReduceWindowInstruction>( in CloneWithNewOperandsImpl()
Dhlo_instructions.h1093 class HloReduceWindowInstruction : public HloInstruction {
1095 explicit HloReduceWindowInstruction(const Shape& shape,
Dhlo_instruction.cc1057 return absl::make_unique<HloReduceWindowInstruction>( in CreateReduceWindow()