Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuiltinTypes.h253 Builder &insertDim(int64_t val, unsigned pos) { in insertDim() function
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DSplitReduction.cpp337 RankedTensorType newT = RankedTensorType::Builder(t).insertDim( in splitReductionByScaling()