deepr.layers.Add

class deepr.layers.Add[source]

Add two tensors of any compatible shapes.

__init__()

Add two tensors of any compatible shapes.

Methods

__init__()

Add two tensors of any compatible shapes.

forward(tensors[, mode])

Forward method on one Tensor or a tuple of Tensors.

forward_as_dict(tensors[, mode])

Forward method on a dictionary of Tensors.