Skip to main content

Mojo function

conv_transposed_gpu

conv_transposed_gpu[input_type: DType, filter_type: DType, output_type: DType, elementwise_epilogue: Optional[elementwise_simd_epilogue_type] = None](output: TileTensor[output_type, LayoutType, origin, linear_idx_type=linear_idx_type, element_shape_types=element_shape_types], input: TileTensor[input_type, LayoutType, origin, linear_idx_type=linear_idx_type, element_shape_types=element_shape_types], filter: TileTensor[filter_type, LayoutType, origin, linear_idx_type=linear_idx_type, element_shape_types=element_shape_types], stride: IndexList[(TileTensor[input_type, LayoutType, origin, linear_idx_type=linear_idx_type, element_shape_types=element_shape_types].rank - 2)], dilation: IndexList[(TileTensor[input_type, LayoutType, origin, linear_idx_type=linear_idx_type, element_shape_types=element_shape_types].rank - 2)], padding: IndexList[(TileTensor[input_type, LayoutType, origin, linear_idx_type=linear_idx_type, element_shape_types=element_shape_types].rank - 2)], ctx: DeviceContext)

Was this page helpful?