Home
last modified time | relevance | path

Searched refs:eraseOperand (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dresource_op_lifting_cleanup.cc159 func.front().getTerminator()->eraseOperand(result_idx); in EliminateUnusedResultsForIfCase()
180 op->eraseOperand(idx + 1); in EliminateUnusedResultsForIfCase()
229 cloned_body.front().getTerminator()->eraseOperand(idx); in EliminateUnusedResultsForWhile()
362 region.front().getTerminator()->eraseOperand(result_idx); in CanonicalizeRegionIfCaseCluster()
390 body.front().getTerminator()->eraseOperand(result_idx); in CanonicalizeWhileRegion()
394 op.getOperation()->eraseOperand(result_idx); in CanonicalizeWhileRegion()
Dtpu_parallel_execute_sink_resource_write.cc118 terminator->eraseOperand(index_to_remove); in SinkResourceWritesIntoParallelExecute()
Dexecutor_island_coarsening.cc316 fetch.getOperation()->eraseOperand(fetch.getNumOperands() - 1); in InsertDummyIslandForFetch()
Dresource_op_lifting.cc762 return_op->eraseOperand(entry.index() - skipped_retvals++); in RemoveUnusedResourceArgumentsAndForwardedRetvals()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_executor.cc1042 use.getOwner()->eraseOperand(use.getOperandNumber()); in matchAndRewrite()
1097 use.getOwner()->eraseOperand(use.getOperandNumber()); in matchAndRewrite()
Dtf_ops_a_m.cc909 branch->front().getTerminator()->eraseOperand(next_index); in matchAndRewrite()
Dtf_ops_n_z.cc3063 new_yield.eraseOperand(next_idx); in matchAndRewrite()
/external/llvm-project/mlir/include/mlir/IR/
DOperation.h238 void eraseOperand(unsigned idx) { eraseOperands(idx); } in eraseOperand() function
/external/llvm-project/mlir/lib/Dialect/Shape/IR/
DShape.cpp291 getOperation()->eraseOperand(idx); in fold()
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp663 void BranchOp::eraseOperand(unsigned index) { (*this)->eraseOperand(index); } in eraseOperand() function in BranchOp
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.cc1536 control_use.getOwner()->eraseOperand(control_use.getOperandNumber()); in ConvertFunctionArgAndRets()
/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/IR/
DOps.td758 void eraseOperand(unsigned index);