Home
last modified time | relevance | path

Searched defs:while_inst (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dwhile_loop_invariant_code_motion_test.cc199 auto* while_inst = builder.AddInstruction(HloInstruction::CreateWhile( in TEST_F() local
239 auto* while_inst = builder.AddInstruction(HloInstruction::CreateWhile( in TEST_F() local
282 auto* while_inst = builder.AddInstruction(HloInstruction::CreateWhile( in TEST_F() local
335 auto* while_inst = builder.AddInstruction(HloInstruction::CreateWhile( in TEST_F() local
H A Dlayout_assignment.cc863 Status CheckWhileLayout(HloInstruction* while_inst, in CheckWhileLayout()
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_predicated_break.cpp222 elk_backend_instruction *while_inst = while_block->start(); in elk_opt_predicated_break() local
H A Delk_eu_emit.c1650 elk_patch_break_cont(struct elk_codegen *p, elk_inst *while_inst) in elk_patch_break_cont()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/
H A Dspmd_partitioner_test.cc9824 const HloInstruction* while_inst = FindInstruction(module.get(), "while"); in TEST_F() local
9859 const HloInstruction* while_inst = FindInstruction(module.get(), "while"); in TEST_F() local
9906 const HloInstruction* while_inst = FindInstruction(module.get(), "while"); in TEST_F() local
9953 const HloInstruction* while_inst = FindInstruction(module.get(), "while"); in TEST_F() local
/aosp_15_r20/external/igt-gpu-tools/assembler/
H A Dbrw_eu_emit.c1611 brw_patch_break_cont(struct brw_compile *p, struct brw_instruction *while_inst) in brw_patch_break_cont()