Performs logical AND along the specified dimensions.
Returns TRUE only if all elements are TRUE.
Value
tensorish
Boolean tensor.
When drop = TRUE, the reduced dimensions are removed.
When drop = FALSE, the reduced dimensions are set to 1.
See also
nvl_reduce_all() for the underlying primitive.