conv3x3

fun conv3x3(outputChannels: Int, inputChannels: Int): ShapeBuilder<T, V>(source)

Creates a 3x3 convolution kernel (most common)

Parameters

outputChannels

number of output channels

inputChannels

number of input channels