Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorRewriting.cpp45 static bool isEmptyInit(OpOperand *op) { in isEmptyInit() function
143 if (!isEmptyInit(op.getOutputOperand(0)) || in matchAndRewrite()
144 !isEmptyInit(prod.getOutputOperand(0)) || !isSampling(op) || in matchAndRewrite()