Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_schedule_test.cc252 const HloInstruction* xla_while = in TEST_F() local
321 HloInstruction* xla_while = in TEST_F() local
395 HloInstruction* xla_while = module->entry_computation() in TEST_F() local
H A Dcopy_insertion_test.cc643 auto xla_while = BuildWhileInstructionWithCustomInit(loop_state_shape_, in BuildWhileInstruction_InitPointsToInterfering() local
1387 auto xla_while = builder.AddInstruction( in TEST_F() local
1664 auto xla_while = builder.AddInstruction( in TEST_F() local
1805 auto xla_while = builder.AddInstruction(HloInstruction::CreateWhile( in TEST_F() local
1828 for (const HloInstruction* xla_while : whiles) { in TEST_F() local
1862 auto xla_while = builder.AddInstruction( in TEST_F() local
2021 HloInstruction* xla_while = builder.AddInstruction( in BM_ParallelWhiles() local
2086 HloInstruction* xla_while = builder.AddInstruction( in BM_ManyElementTuple() local
H A Dhlo_ordering.cc284 const HloInstruction* xla_while = use.instruction; in UsesBeforeValueDefinition() local
309 const HloInstruction* xla_while = value.defining_instruction(); in UsesBeforeValueDefinition() local
H A Dhlo_alias_analysis_test.cc392 auto xla_while = builder.AddInstruction( in TEST_F() local
580 auto xla_while = builder.AddInstruction( in TEST_F() local
845 auto xla_while = builder.AddInstruction( in TEST_F() local
H A Dhlo_ordering_test.cc149 auto xla_while = builder.AddInstruction( in TEST_F() local
232 auto xla_while = builder.AddInstruction( in TEST_F() local
H A Dhlo_module_dce.cc51 const auto* xla_while = instruction; in RunWhileDCE() local
H A Dloop_schedule_linearizer.cc71 HloInstruction* xla_while, HloAliasAnalysis& alias_analysis) { in AddControlEdgesForLoopWrites()
H A Dhlo_liveness_analysis.cc200 auto* xla_while = callsite.instruction(); in PropagateLivenessToParameterCallers() local
H A Dcopy_insertion.cc178 const HloInstruction* xla_while, in IndicesToCopyForWhile()
289 HloInstruction* xla_while) { in AddCopiesForWhile()
H A Ddfs_hlo_visitor_with_default.h223 Status HandleWhile(HloInstructionPtr xla_while) override { in HandleWhile()
H A Dhlo_dataflow_analysis_test.cc429 auto xla_while = builder.AddInstruction( in TEST_P() local
865 auto xla_while = builder.AddInstruction( in TEST_P() local
1393 auto xla_while = builder.AddInstruction( in TEST_P() local
H A Dhlo_verifier.cc1290 Status ShapeVerifier::HandleWhile(HloInstruction* xla_while) { in HandleWhile()
2396 Status HandleWhile(HloInstruction* xla_while) override { in HandleWhile()
H A Dhlo_cost_analysis.cc1018 Status HloCostAnalysis::HandleWhile(const HloInstruction* xla_while) { in HandleWhile()
H A Dhlo_dataflow_analysis.cc992 bool HloDataflowAnalysis::UpdateWhileValueSet(HloInstruction* xla_while) { in UpdateWhileValueSet()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_compiler.cc396 Status HandleWhile(HloInstruction* xla_while) override { in HandleWhile()
H A Dir_emitter.cc2515 Status IrEmitter::HandleWhile(HloInstruction* xla_while) { in HandleWhile()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dwhile_test.cc444 auto xla_while = While(condition, body, init); in XLA_TEST_F() local