Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp458 vector::ContractionOp contractionOp, ArrayRef<int64_t> targetShape, in getVectorContractionOpUnrollState()
682 if (auto contractionOp = dyn_cast<vector::ContractionOp>(op)) { in unrollSingleResultVectorOp() local