WandBTensorValueContext

Properties

Link copied to clipboard
abstract val biasShape: Shape
Link copied to clipboard
Link copied to clipboard
abstract val weightsShape: Shape

Functions

Link copied to clipboard
abstract fun bias(initBlock: BiasScope<T, V>.(Shape) -> Tensor<T, V>)
Link copied to clipboard
abstract fun weights(initBlock: WeightsScope<T, V>.(Shape) -> Tensor<T, V>)