BiasParameter

data class BiasParameter<T : DType, V>(val name: String, backingValue: Tensor<T, V>, val trainable: Boolean = true) : ModuleParameter<T, V> (source)

Constructors

Link copied to clipboard
constructor(name: String, backingValue: Tensor<T, V>, trainable: Boolean = true)

Properties

Link copied to clipboard
open override val name: String
Link copied to clipboard
Link copied to clipboard
open override var value: Tensor<T, V>