Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fixing the tests for
ivy.Shape
method and removed unused methods(
#28470) Removed methods: * `__mod__` * `__rmod__` * `__rdiv__` * `__div__` * `__sub__` * `__rsub__` * `__int__` * `__floordiv__` Methods to add as superset: `torch.Size`: `numel` and `__getnewargs__` `tf.TensorShape`: `most_specific_common_supertype`, `cast`, `__concat__`, `is_subtype_of`, `_tf_api_names_v1`, `experimental_from_proto`, `flatten`, `_v2_behavior`, `experimental_as_proto`, `assert_is_compatible_with`, `_dims`, `merge_with`, `experimental_type_proto`, `__nonzero__`, `as_proto`, `most_specific_compatible_shape`, `placeholder_value`, `to_tensors`, `from_tensors`, and `_tf_api_names`
- Loading branch information