BiasΒΆ
Simple learnable bias layer.
Abstract Signature:
Bias(dims: int)
Keras
API:
keras.layers.BiasStrategy: Macro 'lambda x: x + keras.Variable(shape=({dims},))'
Apple MLX
API:
mlx.nn.layers.convolution_transpose.ConvTranspose3d.biasStrategy: Direct Mapping