adam-r-kowalski/compute_graph

Maximum

Closed this issue · 0 comments

Implement the forward and backward pass for maximum.

For forward pass it should be doable with reduce, using the smallest possible value for that type as the identity.