-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stack adhering to Array API standard #536
Conversation
Hello! I'm working on the stack function for manipulation functions and I'm good to go once the Tensorflow test has passed. However, I'm kinda stuck now so could someone help in giving it a look? |
The errors are as follows:
|
My function implementation for Tensorflow backend stack is:
|
I've added type casting as I thought the errors looked associated with type (uint8 and uint16) but the error did not actually go off. Thanks in advance! |
Thanks for contributing! |
No description provided.