ParametrizedLayer

interface ParametrizedLayer

Represents a Layer with parameters.

Properties

paramCount
Link copied to clipboard
open val paramCount: Int

Number of parameters in this layer.

variables
Link copied to clipboard
abstract val variables: List<KVariable>

Variables used in this layer.

Inheritors

TrainableLayer
Link copied to clipboard
AbstractConv
Link copied to clipboard
SeparableConv2D
Link copied to clipboard
BatchNorm
Link copied to clipboard

Extensions

initialize
Link copied to clipboard
fun ParametrizedLayer.initialize(session: Session)

Initializes this layers variables using provided initializer operands.