Type alias ConvWithBatchNorm

ConvWithBatchNorm: {
    bn: BatchNorm;
    conv: ConvParams;
}

Type declaration