Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Remove use of xla::ValidateEinsumNumericDimensions #1066

Merged
merged 1 commit into from
Sep 2, 2020
Merged

Conversation

saeta
Copy link
Contributor

@saeta saeta commented Aug 24, 2020

tensorflow/tensorflow@116792d
removes the function xla::ValidateEinsumNumericDimensions because all
expressible op configurations are valid, and thus this function effectively
always returns true. This change updates the S4TF usage to remove the
function call, and always return true.

tensorflow/tensorflow@116792d
removes the function `xla::ValidateEinsumNumericDimensions` because all
expressible op configurations are valid, and thus this function effectively
always returns `true`. This change updates the S4TF usage to remove the
function call, and always return true.
@saeta saeta requested a review from pschuh August 24, 2020 22:45
@dabrahams dabrahams merged commit c54929a into master Sep 2, 2020
@saeta saeta deleted the unbreak-build branch September 2, 2020 17:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants