Skip to main content

Mojo function

conv_transposed_cudnn

conv_transposed_cudnn[input_type: DType, filter_type: DType, output_type: DType](input: NDBuffer[input_type, 4, MutableAnyOrigin, shape, strides, alignment=alignment, address_space=address_space, exclusive=exclusive], filter: NDBuffer[filter_type, 4, MutableAnyOrigin, shape, strides, alignment=alignment, address_space=address_space, exclusive=exclusive], output: NDBuffer[output_type, 4, MutableAnyOrigin, shape, strides, alignment=alignment, address_space=address_space, exclusive=exclusive], stride: IndexList[2], dilation: IndexList[2], padding: IndexList[2], ctx: DeviceContext)

Was this page helpful?