Home
last modified time | relevance | path

Searched defs:if_ops (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/
H A Dmerge_tf_if_ops.cc160 llvm::MutableArrayRef<mlir::TF::IfOp> if_ops) { in MergeIfOpsWithSameArgs()
209 llvm::ArrayRef<mlir::TF::IfOp> if_ops, in CreateBranchFunction()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dmerge_control_flow.cc191 const llvm::SmallVector<mlir::TF::IfRegionOp, 8>& if_ops, in CanAddToIfSegment()
230 const llvm::SmallVector<mlir::TF::IfRegionOp, 8>& if_ops, in FindLastIfInSegment()
327 const llvm::SmallVector<mlir::TF::IfRegionOp, 8>& if_ops, in GenerateSegmentsPerIfGroups()
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/
H A Dlayout_propagation_v2.cc1054 const llvm::SmallVectorImpl<mlir::TF::IfRegionOp>& if_ops, in InsertDTensorLayoutForIfRegionOp()
1565 llvm::SmallVector<mlir::TF::IfRegionOp, 4> if_ops; in runOnOperation() local