ivy icon indicating copy to clipboard operation
ivy copied to clipboard

Add bilinear to torch frontend

Open Nielsencu opened this issue 2 years ago • 2 comments

Close #4286

Nielsencu avatar Sep 10 '22 16:09 Nielsencu

Changed as per requested. However, now I am facing failed tests for my frontend function. May I know how can I see the debug output for the failed test?

Nielsencu avatar Sep 12 '22 18:09 Nielsencu

Followed Pytorch's legacy Bilinear implementation : https://github.com/pytorch/pytorch/blob/79f5bf84e54d57a4c81912aeedb0b8a27f97c27e/torch/legacy/nn/Bilinear.py

Is there an array creation API that allows creation of zeroes-filled ivy array by just supplying the shape? I had to use ivy.zeros_like function and pass in a standard python array with the correct shape.

Also I tried finding function similar to Pytorch.narrow or aten::narrow, but I decided to just use a standard for loop. Is there a current implementation of ivy.narrow()?

Nielsencu avatar Sep 15 '22 21:09 Nielsencu

This PR has been labelled as stale because it has been inactive for more than 7 days. If you would like to continue working on this PR, then please add another comment or this PR will be closed in 7 days.

ivy-seed avatar Nov 08 '22 06:11 ivy-seed

This PR has been closed because it has been marked as stale for more than 7 days with no activity.

ivy-seed avatar Nov 16 '22 06:11 ivy-seed

This PR has been labelled as stale because it has been inactive for more than 7 days. If you would like to continue working on this PR, then please add another comment or this PR will be closed in 7 days.

ivy-seed avatar Nov 16 '22 06:11 ivy-seed