PixelCNN2DOutput¶
-
class
tfsnippet.layers.PixelCNN2DOutput(vertical, horizontal)¶ Bases:
objectThe output of a PixelCNN 2D layer, including tensors from the vertical and horizontal convolution stacks.
Attributes Summary
horizontalGet the horizontal convolution stack output. verticalGet the vertical convolution stack output. Attributes Documentation
-
horizontal¶ Get the horizontal convolution stack output.
-
vertical¶ Get the vertical convolution stack output.
-