EqualAggregateΒΆ
True if two tensors have the same size and elements, False otherwise.
Abstract Signature:
EqualAggregate(input: Tensor, other: Tensor)
Keras
API:
βStrategy: Macro 'keras.ops.all(keras.ops.equal({input}, {other}))'
True if two tensors have the same size and elements, False otherwise.
Abstract Signature:
EqualAggregate(input: Tensor, other: Tensor)
β