-
Notifications
You must be signed in to change notification settings - Fork 2k
tf.broadcastTo #2238
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
tf.broadcastTo #2238
Conversation
annxingyuan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @DirkToewe , and sorry for the incredibly long wait on this! Just left a few very minor comments :)
|
@DirkToewe sorry just one last thing - could you use |
|
Okay, I changed it. In tf.linalg.bandPart, I've used the same check. If that's okay I'm going to changed it in that PR as well. |
|
@DirkToewe that would be great! thanks! |
Implements
tf.broadcastToas requested in #2011.The implementation uses the backend implementation oftf.tileand should therefore be just as fast.This change is