The Wayback Machine - https://web.archive.org/web/20211108185833/https://github.com/tensorflow/tensorflow/pull/51733
Skip to content
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

Fix tf.math.segment_max/min/mean/sun/prod crashes(aborts) when segment_ids is large #51733

Merged
merged 2 commits into from Oct 28, 2021

Conversation

Projects
PR Queue
  
Reviewer Requested Changes
Linked issues

Successfully merging this pull request may close these issues.

6 participants
@yongtang
Copy link
Member

@yongtang yongtang commented Aug 28, 2021

This PR fixes the issue raised in #46888 where tf.math.segment_max/min/mean/sun/prod crashes(aborts) when segment_ids is large.

This PR fixes #46888.

Signed-off-by: Yong Tang [email protected]

yongtang added 2 commits Aug 28, 2021
…t_ids is large

This PR fixes the issue raised in 46888 where
tf.math.segment_max/min/mean/sun/prod crashes(aborts) when segment_ids is large.

This PR fixes 46888.

Signed-off-by: Yong Tang <[email protected]>
PR Queue automation moved this from Assigned Reviewer to Approved by Reviewer Aug 30, 2021
Loading
Loading
PR Queue automation moved this from Approved by Reviewer to Reviewer Requested Changes Aug 31, 2021
Loading
Loading
@copybara-service copybara-service bot merged commit e9c81c1 into tensorflow:master Oct 28, 2021
10 of 15 checks passed
Loading
pranve added a commit to pranve/tensorflow that referenced this issue Oct 28, 2021
PiperOrigin-RevId: 406020083
Change-Id: I179a9a8fe548ed324fc97363e81a46be28aa19b8
pranve added a commit to pranve/tensorflow that referenced this issue Oct 28, 2021
PiperOrigin-RevId: 406020083
Change-Id: I179a9a8fe548ed324fc97363e81a46be28aa19b8
pranve added a commit to pranve/tensorflow that referenced this issue Oct 28, 2021
PiperOrigin-RevId: 406020083
Change-Id: I179a9a8fe548ed324fc97363e81a46be28aa19b8
mihaimaruseac added a commit that referenced this issue Oct 28, 2021
…e83676cab61b60658429-on-r2.6

Merge pull request #51733 from yongtang:46888-tf.math.segment_
mihaimaruseac added a commit that referenced this issue Oct 28, 2021
…e83676cab61b60658429-on-r2.5

Merge pull request #51733 from yongtang:46888-tf.math.segment_
mihaimaruseac added a commit that referenced this issue Oct 28, 2021
…e83676cab61b60658429-on-r2.4

Merge pull request #51733 from yongtang:46888-tf.math.segment_
mihaimaruseac added a commit that referenced this issue Oct 28, 2021
PiperOrigin-RevId: 406020083
Change-Id: I179a9a8fe548ed324fc97363e81a46be28aa19b8
mihaimaruseac added a commit that referenced this issue Oct 28, 2021
Merge pull request #51733 from yongtang:46888-tf.math.segment_
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment