Home
last modified time | relevance | path

Searched refs:GetLocalSideEffectChain (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/
Dtf_to_tfrt.cc275 auto in_chain = corert_converter_.GetLocalSideEffectChain(op, &rewriter); in ConvertToFallbackExecuteOp()
334 corert_converter_.GetLocalSideEffectChain(op, &rewriter), new_operands, in ConvertToCoreRTExecuteOp()
407 corert_converter_.GetLocalSideEffectChain(op, &rewriter), in matchAndRewrite()
492 corert_converter_.GetLocalSideEffectChain(op, &rewriter); in matchAndRewrite()
602 corert_converter_.GetLocalSideEffectChain(op, &rewriter), new_operands, in matchAndRewrite()
913 corert_converter_.GetLocalSideEffectChain(op, &rewriter)); in matchAndRewrite()
979 corert_converter_.GetLocalSideEffectChain(op, &rewriter)); in matchAndRewrite()
1027 corert_converter_.GetLocalSideEffectChain(op, &rewriter)); in matchAndRewrite()
1115 corert_converter_.GetLocalSideEffectChain(op, &rewriter)); in matchAndRewrite()
1226 auto in_chain = corert_converter_.GetLocalSideEffectChain(op, &rewriter); in matchAndRewrite()
Dcorert_converter.h109 mlir::Value GetLocalSideEffectChain(
Dcorert_converter.cc217 mlir::Value CoreRTConverter::GetLocalSideEffectChain( in GetLocalSideEffectChain() function in tensorflow::CoreRTConverter
277 mlir::Value local_chain = GetLocalSideEffectChain(op, rewriter); in GetRemoteSideEffectChain()