KVariable
data class KVariable(name: String, shape: Shape, variable: Variable<Float>, initializerOperation: InitializerOperation, regularizer: Regularizer?)
Content copied to clipboard
A class that keeps information about a single parameter of the Layer.
Constructors
KVariable
Link copied to clipboard
fun KVariable(name: String, shape: Shape, variable: Variable<Float>, initializerOperation: InitializerOperation, regularizer: Regularizer?)
Content copied to clipboard