Searched refs:buildTensorExp (Results 1 – 2 of 2) sorted by relevance
804 return buildTensorExp(op, yield->getOperand(0)); in buildTensorExpFromLinalg()868 Optional<unsigned> Merger::buildTensorExp(linalg::GenericOp op, Value v) { in buildTensorExp() function in mlir::sparse_tensor::Merger895 auto x = buildTensorExp(op, def->getOperand(0)); in buildTensorExp()967 auto x = buildTensorExp(op, def->getOperand(0)); in buildTensorExp()968 auto y = buildTensorExp(op, def->getOperand(1)); in buildTensorExp()
291 Optional<unsigned> buildTensorExp(linalg::GenericOp op, Value v);