Home
last modified time | relevance | path

Searched refs:GetYield (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dexecutor_tpuv1_outline_tpu_island.cc100 for (Value operand : island_op.GetYield().getOperands()) in runOnOperation()
116 YieldOp yield_op = island_op.GetYield(); in runOnOperation()
Dexecutor_island_coarsening.cc146 llvm::zip(parent.GetYield().getOperands(), parent.outputs())) { in GetNewIslandResultsAndForwardResults()
162 llvm::zip(child.GetYield().getOperands(), child.outputs())) { in GetNewIslandResultsAndForwardResults()
Dexecutor_tpuv1_island_coarsening.cc237 YieldOp yield_op = island.GetYield(); in MergeIsland()
Dshape_inference.cc401 ValuePort(island.GetYield().fetches()[port[0]]), values); in ComputeOutputComponent()
936 island_op.GetYield(), island_op.GetYield().fetches(), op->getResults()); in InferShapeForNonTFDialectOperation()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dbreakup-islands.cc131 tf_executor::YieldOp yield = island.GetYield(); in PopulateEmptyIsland()
229 for (auto fetch : island_op.GetYield().fetches()) { in BreakUpIsland()
320 llvm::zip(island_op.outputs(), island_op.GetYield().fetches())) in BreakUpIsland()
Dtf_executor_to_functional.cc59 llvm::zip(island_op.outputs(), island_op.GetYield().fetches())) in LiftIslandOpInnerOpsFromGraph()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_executor.cc262 YieldOp IslandOp::GetYield() { return llvm::cast<YieldOp>(GetBody().back()); } in GetYield() function in mlir::tf_executor::IslandOp
271 YieldOp yield = GetYield(); in WrapsSingleOp()
326 YieldOp yield_op = op.GetYield(); in Print()
987 YieldOp yield_op = island_op.GetYield(); in matchAndRewrite()
1065 rewriter.replaceOp(op, {op.GetYield().getOperand(0), nullptr}); in matchAndRewrite()
Dtf_executor_ops.td211 YieldOp GetYield();
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/analysis/
Dresource_alias_analysis.cc193 value = island.GetYield().getOperand(res_index); in BacktrackValue()