For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /max/get-started.md).
Mojo function
conv_transposed_cudnn
def conv_transposed_cudnn[input_type: DType, filter_type: DType, output_type: DType](input: TileTensor[input_type, Storage=input.Storage, linear_idx_type=input.linear_idx_type, element_size=input.element_size], filter: TileTensor[filter_type, Storage=filter.Storage, linear_idx_type=filter.linear_idx_type, element_size=filter.element_size], output: TileTensor[output_type, Storage=output.Storage, linear_idx_type=output.linear_idx_type, element_size=output.element_size], stride: IndexList[Int(2)], dilation: IndexList[Int(2)], padding: IndexList[Int(2)], ctx: DeviceContext)
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!