LiftPool2D

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Aliases

parameters
alias parameters = AliasSeq!(predictW, updateW, predictH, updateH)
Undocumented in source.

Functions

liftUp
auto liftUp(U x)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

HalfH
enum HalfH;
Undocumented in source.
HalfW
enum HalfW;
Undocumented in source.

Variables

predictH
Tensor!(T, [HalfH, HalfH], useGradient) predictH;
Undocumented in source.
predictW
Tensor!(T, [HalfW, HalfW], useGradient) predictW;
Undocumented in source.
updateH
Tensor!(T, [HalfH, HalfH], useGradient) updateH;
Undocumented in source.
updateW
Tensor!(T, [HalfW, HalfW], useGradient) updateW;
Undocumented in source.

Meta