FanMode

sealed class FanMode

Fan mode informs weight initializers of the dimension for the weight matrix where Fan In corresponds to the size of incoming data and Fan Out corresponds to the size of outgoing data.

Functions

fanFactor
Link copied to clipboard
fun fanFactor(shape: Shape): Int
fanSize
Link copied to clipboard
abstract fun fanSize(shape: Shape): Int

Inheritors

FanIn
Link copied to clipboard
FanOut
Link copied to clipboard