Skip to content

Some TF stdlib fixes #22112

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

Merged
merged 7 commits into from
Jan 25, 2019
Merged

Some TF stdlib fixes #22112

merged 7 commits into from
Jan 25, 2019

Conversation

jekbradbury
Copy link

Fix VJPs for sum and mean, and add Tensor.variance.

The VJP registered for the squeezingAxes variant of sum and mean
methods is in fact the correct VJP for the alongAxes variant; the VJP
for the squeezingAxes variant requires inserting an additional
dimension, which is left for future implementation.

@jekbradbury jekbradbury added the tensorflow This is for "tensorflow" branch PRs. label Jan 25, 2019
@pschuh
Copy link
Contributor

pschuh commented Jan 25, 2019

@swift-ci please test tensorflow

The VJP registered for the squeezingAxes variant of each of those
methods is in fact the correct VJP for the alongAxes variant; the VJP
for the squeezingAxes variant requires inserting an additional
dimension, which is left for future implementation.
@dan-zheng
Copy link
Contributor

@swift-ci Please test tensorflow

@dan-zheng
Copy link
Contributor

@swift-ci Please test tensorflow

@rxwei
Copy link
Contributor

rxwei commented Jan 25, 2019

@swift-ci please test tensorflow

@rxwei
Copy link
Contributor

rxwei commented Jan 25, 2019

@swift-ci please test tensorflow Linux

2 similar comments
@rxwei
Copy link
Contributor

rxwei commented Jan 25, 2019

@swift-ci please test tensorflow Linux

@rxwei
Copy link
Contributor

rxwei commented Jan 25, 2019

@swift-ci please test tensorflow Linux

@rxwei
Copy link
Contributor

rxwei commented Jan 25, 2019

@swift-ci please test tensorflow

@rxwei
Copy link
Contributor

rxwei commented Jan 25, 2019

Locally tested. Merging to unblock deadline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tensorflow This is for "tensorflow" branch PRs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants