PoolRefImpl

reference implementaion of pooling function

Members

Static functions

backward
void backward(Variable!(T, tensorDims, HostStorage) gx, Variable!(T, tensorDims, HostStorage) x, Variable!(T, tensorDims, HostStorage) gy, Variable!(T, tensorDims, HostStorage) y, int[poolDims] windowA, int[poolDims] padA, int[poolDims] strideA)
Undocumented in source. Be warned that the author may not have intended to support it.
forward
auto forward(Variable!(T, tensorDims, HostStorage) x, int[poolDims] windowA, int[poolDims] padA, int[poolDims] strideA)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta