Home
last modified time | relevance | path

Searched refs:GetLoopRegionControlTokens (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/eliminate_passthrough_iter_args/
H A Dpass.cc143 GetLoopRegionControlTokens(op.body_region())[index + 1].replaceAllUsesWith( in ReplaceArguments()
175 GetLoopRegionControlTokens(op.cond_region())[index].replaceAllUsesWith(ctl); in ReplaceArguments()
179 GetLoopRegionControlTokens(op.body_region())[index].replaceAllUsesWith(ctl); in ReplaceArguments()
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dutility.h42 Block::BlockArgListType GetLoopRegionControlTokens(Region &region);
H A Dutility.cc34 Block::BlockArgListType GetLoopRegionControlTokens(Region &region) { in GetLoopRegionControlTokens() function
H A Dops.td619 return GetLoopRegionControlTokens(region)[idx];
732 return GetLoopRegionControlTokens(region)[idx];
886 return GetLoopRegionControlTokens(region)[idx];
H A Dops.cc1427 return GetLoopRegionControlTokens(region)[idx]; in getControlToken()
/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/region_to_functional/
H A Dimpl.cc612 llvm::to_vector(GetLoopRegionControlTokens(region)); in CreateFunc()