Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/
H A DTensorTilingInterfaceImpl.cpp127 SmallVector<int64_t> staticNewLows, staticNewHighs; in bubbleUpPadSlice() local
152 appendIndex(newLow, newLows, staticNewLows); in bubbleUpPadSlice()
250 auto newPadOp = b.create<PadOp>(loc, newSliceOp, staticNewLows, in bubbleUpPadSlice()