GroupedConvInfo

data class GroupedConvInfo(val groups: Int, val inputChannelsPerGroup: Int, val outputChannelsPerGroup: Int, val parameterCount: Long, val parameterReduction: Double, val isDepthwise: Boolean, val isStandard: Boolean)(source)

Data class containing information about grouped convolution configuration.

Constructors

Link copied to clipboard
constructor(groups: Int, inputChannelsPerGroup: Int, outputChannelsPerGroup: Int, parameterCount: Long, parameterReduction: Double, isDepthwise: Boolean, isStandard: Boolean)

Properties

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