FmaxΒΆ
Element-wise maximum of input and other, ignoring NaNs.
Abstract Signature:
Fmax(input: Tensor, other: Tensor)
Keras
API:
keras.ops.maximumStrategy: Macro '{input}.where(isnan({input}), {other}, {input}).maximum({other})'
Element-wise maximum of input and other, ignoring NaNs.
Abstract Signature:
Fmax(input: Tensor, other: Tensor)
keras.ops.maximum