ConvolutionTranspose
public final class ConvolutionTranspose : Model
Convolution Transpose model.
-
Declaration
Swift
public init( groups: Int, filters: Int, filterSize: [Int], dilation: [Int] = [], outputPadding: Int = 0, noBias: Bool = false, hint: Hint = Hint(), format: Convolution.Format? = nil, trainable: Bool? = nil, name: String = "" )
-
Declaration
Swift
public func callAsFunction<T: DynamicGraph.TensorGroup>( _ input: T, streamContext: StreamContext? = nil ) -> T