Home
last modified time | relevance | path

Searched defs:new_while (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dwhile_loop_simplifier_test.cc646 HloInstruction* new_while = FindFirstWhile(m.get()); in TEST_F() local
732 HloInstruction* new_while = FindFirstWhile(m.get()); in TEST_F() local
801 HloInstruction* new_while = FindFirstWhile(m.get()); in TEST_F() local
869 HloInstruction* new_while = FindFirstWhile(m.get()); in TEST_F() local
H A Dwhile_util.cc125 HloInstruction* new_while = containing_computation->AddInstruction( in MakeInstructionsLiveIn() local
H A Dwhile_loop_simplifier.cc1324 auto* new_while = computation->AddInstruction(HloInstruction::CreateWhile( in TryMergeInductionVariables() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dtensor_list_ops_decomposition.cc195 auto new_while = builder.create<TF::WhileOp>( in HandleWhileOp() local
317 auto new_while = builder.create<TF::WhileRegionOp>( in HandleWhileRegionOp() local
H A Dstack_ops_decomposition.cc178 auto new_while = builder.create<TF::WhileOp>( in HandleWhileOp() local
H A Dresource_op_lifting.cc863 auto new_while = builder.create<TF::WhileOp>( in HandleWhileLoop() local
H A Dtensor_array_ops_decomposition.cc626 auto new_while = builder.create<TF::WhileOp>( in HandleWhileOp() local
H A Dlegalize_hlo.cc3092 auto new_while = rewriter.create<TF::WhileRegionOp>( in matchAndRewrite() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A Dlegalize_tf_communication.cc723 auto new_while = builder.create<WhileOp>(region_while.getLoc(), in RewriteRegionWhileOp() local