ivy icon indicating copy to clipboard operation
ivy copied to clipboard

concatenate #4183

Open optimusprime009 opened this issue 2 years ago • 2 comments

optimusprime009 avatar Sep 12 '22 14:09 optimusprime009

Hi,

Thanks for your PR! I've just had a quick run through and I have a few initial concerns / questions.

1.) The function layers_concatenate is not featured in this PR, has it been deleted intentionally? 2.) Which Tensorflow function does this add to the frontend? I've only had a brief look so sorry if I'm just being a bit dim but I cannot find a function called layers_concatenate in the Tensorflow docs. The function signature of our frontend should match the signature of the original Tensorflow function, so if this function is a frontend implementation of tf.keras.layers.concatenate this function should be callable from ivy.functional.frontends.tensorflow.keras.layers.concatenate. This doesn't strictly mean that the file structure needs to be changed, I believe there is a trick to do it without up-heaving the file structure. 3.) The merge conflict that GitHub warns about is because the file structure of the Tensorflow frontend has changed recently, if you move your function into layers.py in the same directory that should help to resolve it.

If you have any questions or comments feel free to let me know!

JamieLine avatar Sep 12 '22 16:09 JamieLine

Thank you for your feedback, 1)No, I had not deleted the PR somehow when I committed the pull request it was there. 2)Yes layer_concatenate is tf.Keras.layers.concatenate and I will change that as the format of the function formatting in the file. Thanks for your help.

optimusprime009 avatar Sep 13 '22 02:09 optimusprime009

Hello where are we going to write test function

optimusprime009 avatar Sep 19 '22 08:09 optimusprime009

This pull request is sort of abandonded and is continuing in #4648 @JamieLine

Daniel4078 avatar Sep 19 '22 14:09 Daniel4078

Being continued in #4648

JamieLine avatar Sep 22 '22 01:09 JamieLine