add_variable

FullyConnected.add_variable(shape, initializer, dtype=None, trainable=True, regularizer=None, constraint=None, name=None)

Add a weight variable to the layer.

Alias of add_weight().