ConvolutionTranspose

class plaidml.op.ConvolutionTranspose(x, kernel, output_shape, strides, padding, data_format)[source]

A transposed convolution operator.

Methods

__init__(x, kernel, output_shape, strides, …) Operation constructor.
bind(bindings) Builds an output variable dictionary for the operation.
function(*args, **kwargs) Invokes an Operation as a function.
sole_output()