pixelcnn_2d_output

tfsnippet.layers.pixelcnn_2d_output(input)

Get the final output of a PixelCNN 2D network from the previous layer.

Parameters:
  • input (PixelCNN2DOutput) – The output from the previous PixelCNN layer.
  • name (str) – Default name of the name scope. If not specified, generate one according to the method name.
Returns:

The output tensor.

Return type:

tf.Tensor