Searched refs:GetLocalSideEffectChain (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/ |
D | tf_to_tfrt.cc | 275 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()
|
D | corert_converter.h | 109 mlir::Value GetLocalSideEffectChain(
|
D | corert_converter.cc | 217 mlir::Value CoreRTConverter::GetLocalSideEffectChain( in GetLocalSideEffectChain() function in tensorflow::CoreRTConverter 277 mlir::Value local_chain = GetLocalSideEffectChain(op, rewriter); in GetRemoteSideEffectChain()
|