LiftPool2D.liftUp

Undocumented in source. Be warned that the author may not have intended to support it.
class LiftPool2D(T, size_t Height, size_t Width, UseGradient useGradient = UseGradient.yes)
liftUp
(
U
)
(
U x
)
if (
isTensor!U &&
U.staticShape.length == 4
&&
U.staticShape[2] == Height
&&
U.staticShape[3] == Width
)

Meta