Dharshannan Sugunan

Results 29 comments of Dharshannan Sugunan

This PR is not complete, will need to add test function for ifftn frontend function.

3rd commit: Fixed alignment issue and included statement to check if s shape and array shape are the same. It is difficult to pad and crop on the frontend as...

Commit 4: Simplified and improved ifftn frontend function, now it is capable of handling zero padding and cropping via ivy.ifft.

Commit 5: Removed ortho normalization handling in function as this is already done by ivy.ifft.

@zhumakhan Could I get a review for my current work please? Thanks.

Commit 6: Added Test function for ifftn frontend The ifftn frontend test has a 66% pass rate and fails for tensorflow backend, this might be caused by the fact that...

Commit 7: New ifftn function which works for a general case of any array, s and axes arguments!!!

@zhumakhan Could I get a review for my work so far please?

Commit 8: Simplified the previously complex ifftn function.

Commit 9: Updated test function, now tests have a 100% pass rate. Might have to code a different function similar to x_and_ifft(draw) to allow for data generation more catered towards...