qkeras.qdepthwise_conv2d_transpose

Classes

QDepthwiseConv2DTranspose(*args, **kwargs)

Quantized Depthwise Conv2DTranspose layer.

class qkeras.qdepthwise_conv2d_transpose.QDepthwiseConv2DTranspose(*args, **kwargs)[source]

Bases: Conv2DTranspose

Quantized Depthwise Conv2DTranspose layer.

build(input_shape)[source]
call(inputs)[source]
compute_final_output_shape(input_shape, kernel_size, strides)[source]
conv_transpose_op(inputs, filters, strides, padding, output_padding, dilation_rate, kernel_quantizer, kernel_weights, use_bias, bias_quantizer, bias, activation)[source]

Transpose convolution operation.

get_config()[source]

Returns the config of the object.

An object config is a Python dictionary (serializable) containing the information needed to re-instantiate it.

get_prunable_weights()[source]
get_quantizers()[source]