deepr.layers.LogicalAnd

class deepr.layers.LogicalAnd[source]

Perform logical_and on two tensors of compatible shapes.

__init__()

Perform logical_and on two tensors of compatible shapes.

Methods

__init__()

Perform logical_and on two tensors of 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.