type alias ConvTranspose2DLayerConfigimport { type ConvTranspose2DLayerConfig } from "https://deno.land/x/netsaur@0.2.12/src/core/api/layer.ts"; The configuration for a convolutional transpose layer. definition: { init?: Init; kernelSize: Shape4D; padding?: Shape2D; strides?: Shape2D; }