pyhgf.model.conv.conv_output_shape#

pyhgf.model.conv.conv_output_shape(in_height, in_width, filter_shape, strides=(1, 1), padding='SAME')[source]#

Return the (height, width) a convolution produces, without running it.

Parameters:
Return type:

tuple[int, int]