Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dcopy_cleanup_pass.cc96 struct CopyCleanupPass : public CopyCleanupPassBase<CopyCleanupPass> { struct
97 void getDependentDialects(DialectRegistry &registry) const override { in getDependentDialects()
101 void runOnFunction() override { RemoveMemrefCopy(getFunction()); } in runOnFunction()