Skip to main content
Log in

Mojo function

get_conv_shape

get_conv_shape[rank: Int, filter_packed: Bool](output: NDBuffer[type, rank, origin, shape, strides, alignment=alignment, address_space=address_space, exclusive=exclusive], input: NDBuffer[type, rank, origin, shape, strides, alignment=alignment, address_space=address_space, exclusive=exclusive], filter: NDBuffer[type, rank, origin, shape, strides, alignment=alignment, address_space=address_space, exclusive=exclusive], stride: Index[rank], dilation: Index[rank], pad_d: Index[2], pad_h: Index[2], pad_w: Index[2], num_groups: Int) -> ConvShape[rank]

Was this page helpful?