Home
last modified time | relevance | path

Searched defs:xla_while (Results 1 – 18 of 18) 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.cc50 const auto* xla_while = instruction; in RunWhileDCE() local
Dhlo_ordering.cc272 const HloInstruction* xla_while = use.instruction; in UsesBeforeValueDefinition() local
297 const HloInstruction* xla_while = value.defining_instruction(); in UsesBeforeValueDefinition() local
Dhlo_alias_analysis_test.cc359 auto xla_while = builder.AddInstruction( in TEST_F() local
548 auto xla_while = builder.AddInstruction( in TEST_F() local
815 auto xla_while = builder.AddInstruction( in TEST_F() local
965 auto xla_while = builder.AddInstruction( in TEST_F() local
1219 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
Dloop_schedule_linearizer.cc71 HloInstruction* xla_while, HloAliasAnalysis& alias_analysis) { in AddControlEdgesForLoopWrites()
Dcopy_insertion_test.cc738 auto xla_while = BuildWhileInstructionWithCustomInit(loop_state_shape_, in BuildWhileInstruction_InitPointsToInterfering() local
1541 auto xla_while = builder.AddInstruction( in TEST_F() local
1818 auto xla_while = builder.AddInstruction( in TEST_F() local
1959 auto xla_while = builder.AddInstruction(HloInstruction::CreateWhile( in TEST_F() local
1982 for (const HloInstruction* xla_while : whiles) { in TEST_F() local
2016 auto xla_while = builder.AddInstruction( in TEST_F() local
2175 HloInstruction* xla_while = builder.AddInstruction( in BM_ParallelWhiles() local
2240 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()
280 HloInstruction* xla_while) { in AddCopiesForWhile()
Ddfs_hlo_visitor_with_default.h210 Status HandleWhile(HloInstructionPtr xla_while) override { in HandleWhile()
Dhlo_dataflow_analysis_test.cc422 auto xla_while = builder.AddInstruction( in TEST_P() local
858 auto xla_while = builder.AddInstruction( in TEST_P() local
1118 auto xla_while = builder.AddInstruction( in TEST_P() local
1466 auto xla_while = builder.AddInstruction( in TEST_P() local
Dhlo_verifier.cc920 Status ShapeVerifier::HandleWhile(HloInstruction* xla_while) { in HandleWhile()
1815 Status HandleWhile(HloInstruction* xla_while) override { in HandleWhile()
Dhlo_dataflow_analysis.cc724 bool HloDataflowAnalysis::UpdateWhileValueSet(HloInstruction* xla_while) { in UpdateWhileValueSet()
Dhlo_cost_analysis.cc960 Status HloCostAnalysis::HandleWhile(const HloInstruction* xla_while) { in HandleWhile()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc262 Status HandleWhile(HloInstruction* xla_while) override { in HandleWhile()
Dir_emitter.cc2357 Status IrEmitter::HandleWhile(HloInstruction* xla_while) { in HandleWhile()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dwhile_test.cc449 auto xla_while = While(condition, body, init); in XLA_TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc2431 Status IrEmitterUnnested::HandleWhile(HloInstruction* xla_while) { in HandleWhile()
3778 const HloInstruction* xla_while, in CheckWhileBuffersShareAllocation()