Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_execution_profile_test.cc42 const HloInstruction* add_instruction = dot_instruction->operand(1); in TEST_F() local
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()
Dconvolution_group_converter.cc169 const std::function<HloInstruction*(std::unique_ptr<HloInstruction>)>& in GetExpandedFilterMask()
/external/python/cpython3/Tools/cases_generator/
Danalyzer.py637 def add_instruction( function
776 def add_instruction(name: str) -> None: function
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_alugroup.cpp21 AluGroup::add_instruction(AluInstr *instr) in add_instruction() function in r600::AluGroup