/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_schedule_test.cc | 252 const HloInstruction* xla_while = in TEST_F() local 321 HloInstruction* xla_while = in TEST_F() local
|
D | hlo_module_dce.cc | 47 const auto* xla_while = instruction; in RunWhileDCE() local
|
D | hlo_ordering.cc | 195 const HloInstruction* xla_while = use.instruction; in UseIsBeforeValueDefinition() local 210 const HloInstruction* xla_while = value.defining_instruction(); in UseIsBeforeValueDefinition() local
|
D | hlo_alias_analysis_test.cc | 365 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 1067 auto xla_while = builder.AddInstruction( in TEST_F() local
|
D | hlo_ordering_test.cc | 150 auto xla_while = builder.AddInstruction( in TEST_F() local 233 auto xla_while = builder.AddInstruction( in TEST_F() local
|
D | copy_insertion_test.cc | 732 auto xla_while = BuildWhileInstructionWithCustomInit(loop_state_shape_, in BuildWhileInstruction_InitPointsToInterfering() local 1331 auto xla_while = builder.AddInstruction( in TEST_F() local 1615 auto xla_while = builder.AddInstruction( in TEST_F() local 1756 auto xla_while = builder.AddInstruction(HloInstruction::CreateWhile( in TEST_F() local 1779 for (const HloInstruction* xla_while : whiles) { in TEST_F() local 1813 auto xla_while = builder.AddInstruction( in TEST_F() local 1965 HloInstruction* xla_while = builder.AddInstruction( in BM_ParallelWhiles() local 2029 HloInstruction* xla_while = builder.AddInstruction( in BM_ManyElementTuple() local
|
D | hlo_liveness_analysis.cc | 204 auto* xla_while = callsite.instruction(); in PropagateLivenessToParameterCallers() local
|
D | dfs_hlo_visitor_with_default.h | 188 Status HandleWhile(HloInstructionPtr xla_while) override { in HandleWhile()
|
D | copy_insertion.cc | 169 const HloInstruction* xla_while, in IndicesToCopyForWhile() 257 HloInstruction* xla_while) { in AddCopiesForWhile()
|
D | hlo_verifier.cc | 646 Status ShapeVerifier::HandleWhile(HloInstruction* xla_while) { in HandleWhile() 1353 Status HandleWhile(HloInstruction* xla_while) override { in HandleWhile()
|
D | hlo_dataflow_analysis_test.cc | 515 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 1358 auto xla_while = builder.AddInstruction( in TEST_P() local
|
D | hlo_cost_analysis.cc | 663 Status HloCostAnalysis::HandleWhile(const HloInstruction* xla_while) { in HandleWhile()
|
D | hlo_dataflow_analysis.cc | 586 bool HloDataflowAnalysis::UpdateWhileValueSet(HloInstruction* xla_while) { in UpdateWhileValueSet()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | cpu_copy_insertion_test.cc | 88 auto xla_while = builder.AddInstruction( in TEST_F() local
|
D | cpu_compiler.cc | 226 Status HandleWhile(HloInstruction* xla_while) override { in HandleWhile()
|
D | ir_emitter.cc | 2296 Status IrEmitter::HandleWhile(HloInstruction* xla_while) { in HandleWhile()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | while_test.cc | 449 auto xla_while = While(condition, body, init); in XLA_TEST_F() local
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter_unnested.cc | 977 Status IrEmitterUnnested::HandleWhile(HloInstruction* xla_while) { in HandleWhile() 2055 const HloInstruction* xla_while, in CheckWhileBuffersShareAllocation()
|