TransposedConvInfo

data class TransposedConvInfo(val kernelSize: Pair<Int, Int>, val stride: Pair<Int, Int>, val padding: Pair<Int, Int>, val outputPadding: Pair<Int, Int>, val dilation: Pair<Int, Int>, val groups: Int, val upsamplingFactor: Pair<Double, Double>, val parameterCount: Long, val is2xUpsampling: Boolean, val isStandard: Boolean)(source)

Data class containing information about transposed convolution configuration.

Constructors

Link copied to clipboard
constructor(kernelSize: Pair<Int, Int>, stride: Pair<Int, Int>, padding: Pair<Int, Int>, outputPadding: Pair<Int, Int>, dilation: Pair<Int, Int>, groups: Int, upsamplingFactor: Pair<Double, Double>, parameterCount: Long, is2xUpsampling: Boolean, isStandard: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
val groups: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard