Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_schedule_test.cc251 const HloInstruction* xla_while = in TEST_F() local
320 HloInstruction* xla_while = in TEST_F() local
Dhlo_module_dce.cc47 const auto* xla_while = instruction; in RunWhileDCE() local
Dhlo_ordering.cc197 const HloInstruction* xla_while = use.instruction; in UseIsBeforeValueDefinition() local
223 const HloInstruction* xla_while = value.defining_instruction(); in UseIsBeforeValueDefinition() local
Dhlo_alias_analysis_test.cc365 auto xla_while = builder.AddInstruction( in TEST_F() local
556 auto xla_while = builder.AddInstruction( in TEST_F() local
823 auto xla_while = builder.AddInstruction( in TEST_F() local
973 auto xla_while = builder.AddInstruction( in TEST_F() local
1115 auto xla_while = builder.AddInstruction( in TEST_F() local
Dhlo_ordering_test.cc149 auto xla_while = builder.AddInstruction( in TEST_F() local
232 auto xla_while = builder.AddInstruction( in TEST_F() local
Dcopy_insertion_test.cc738 auto xla_while = BuildWhileInstructionWithCustomInit(loop_state_shape_, in BuildWhileInstruction_InitPointsToInterfering() local
1342 auto xla_while = builder.AddInstruction( in TEST_F() local
1626 auto xla_while = builder.AddInstruction( in TEST_F() local
1767 auto xla_while = builder.AddInstruction(HloInstruction::CreateWhile( in TEST_F() local
1790 for (const HloInstruction* xla_while : whiles) { in TEST_F() local
1824 auto xla_while = builder.AddInstruction( in TEST_F() local
1976 HloInstruction* xla_while = builder.AddInstruction( in BM_ParallelWhiles() local
2040 HloInstruction* xla_while = builder.AddInstruction( in BM_ManyElementTuple() local
Dhlo_liveness_analysis.cc204 auto* xla_while = callsite.instruction(); in PropagateLivenessToParameterCallers() local
Dcopy_insertion.cc169 const HloInstruction* xla_while, in IndicesToCopyForWhile()
257 HloInstruction* xla_while) { in AddCopiesForWhile()
Ddfs_hlo_visitor_with_default.h195 Status HandleWhile(HloInstructionPtr xla_while) override { in HandleWhile()
Dhlo_dataflow_analysis_test.cc515 auto xla_while = builder.AddInstruction( in TEST_P() local
805 auto xla_while = builder.AddInstruction( in TEST_P() local
1065 auto xla_while = builder.AddInstruction( in TEST_P() local
1413 auto xla_while = builder.AddInstruction( in TEST_P() local
Dhlo_verifier.cc785 Status ShapeVerifier::HandleWhile(HloInstruction* xla_while) { in HandleWhile()
1621 Status HandleWhile(HloInstruction* xla_while) override { in HandleWhile()
Dhlo_dataflow_analysis.cc656 bool HloDataflowAnalysis::UpdateWhileValueSet(HloInstruction* xla_while) { in UpdateWhileValueSet()
Dhlo_cost_analysis.cc878 Status HloCostAnalysis::HandleWhile(const HloInstruction* xla_while) { in HandleWhile()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc214 Status HandleWhile(HloInstruction* xla_while) override { in HandleWhile()
Dir_emitter.cc2539 Status IrEmitter::HandleWhile(HloInstruction* xla_while) { in HandleWhile()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc798 Status IrEmitterUnnested::HandleWhile(HloInstruction* xla_while) { in HandleWhile()
1672 const HloInstruction* xla_while, in CheckWhileBuffersShareAllocation()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dwhile_test.cc449 auto xla_while = While(condition, body, init); in XLA_TEST_F() local