Home
last modified time | relevance | path

Searched defs:add_instruction (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dbatchnorm_expander.cc87 const std::function<HloInstruction*(std::unique_ptr<HloInstruction>)>& in Rsqrt()
95 const std::function<HloInstruction*(std::unique_ptr<HloInstruction>)>& in Mean()
105 const std::function<HloInstruction*(std::unique_ptr<HloInstruction>)>& in DynamicElementCountPerFeature()
H A Dhlo_execution_profile_test.cc42 const HloInstruction* add_instruction = dot_instruction->operand(1); in TEST_F() local
H A Dconvolution_group_converter.cc169 const std::function<HloInstruction*(std::unique_ptr<HloInstruction>)>& in GetExpandedFilterMask()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_alugroup.cpp21 AluGroup::add_instruction(AluInstr *instr) in add_instruction() function in r600::AluGroup