Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DLoops.cpp222 ArrayRef<int> skipPadding, Value padValue) { in getPaddedInput() argument
261 : (Value)std_select(conds.back(), padValue, readInput); in getPaddedInput()
358 Value padValue = std_constant(type, getPadValueAttr<ConvOp>(type)); in emitScalarImplementation() local
362 {0, static_cast<int>(imIdx.size()) - 1}, padValue); in emitScalarImplementation()
384 Value padValue = std_constant(type, getPadValueAttr<PoolingOp>(type)); in getPoolingInput() local
387 padValue); in getPoolingInput()