Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/
H A DTensorInferTypeOpInterfaceImpl.cpp92 int64_t linearizedStaticDim = 1; in getExpandedOutputDimFromInputShape() local
100 linearizedStaticDim *= d.value(); in getExpandedOutputDimFromInputShape()
106 0, 1, builder.getAffineSymbolExpr(0).floorDiv(linearizedStaticDim)), in getExpandedOutputDimFromInputShape()