IsSameSizeΒΆ
Returns True if two tensors have the same size.
Abstract Signature:
IsSameSize(input: Tensor, other: Tensor)
JAX (Core)
API:
βStrategy: Macro '{input}.shape == {other}.shape'
NumPy
API:
βStrategy: Macro '{input}.shape == {other}.shape'
Keras
API:
βStrategy: Macro 'keras.ops.shape({input}) == keras.ops.shape({other})'
TensorFlow
API:
βStrategy: Macro '{input}.shape == {other}.shape'
Apple MLX
API:
βStrategy: Macro '{input}.shape == {other}.shape'
Flax NNX
API:
βStrategy: Macro '{input}.shape == {other}.shape'
PaxML / Praxis
API:
βStrategy: Macro '{input}.shape == {other}.shape'