Module juice::layers::utility::flatten

source ·
Expand description

Flattens the bottom Blob into a simpler top Blob.

Input of shape n * c * h * w becomes a simple vector output of shape n * (chw).

Structs§