Skip to main content
Log in

Mojo function

conv_transposed

conv_transposed[input_rank: Int, filter_rank: Int, input_shape: DimList, filter_shape: DimList, output_shape: DimList, input_type: DType, filter_type: DType, output_type: DType, filter_packed: Bool, lambdas_have_fusion: Bool, elementwise_lambda: fn[DType, Int, Int](Index[$1], SIMD[$0, $2]) capturing -> None](output: NDBuffer[output_type, input_rank, origin, output_shape], input: NDBuffer[input_type, input_rank, origin, input_shape], filter: NDBuffer[filter_type, filter_rank, origin, filter_shape], stride: Index[(input_rank + -2)], dilation: Index[(input_rank + -2)], pad_d: Index[2], pad_h: Index[2], pad_w: Index[2])

Was this page helpful?