Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Check correct input/output scalar types for LinearAlgebraOp.
If calling the `tf.raw_ops` versions, it's possible to provide bad output scalar types (e.g. for `Eig`), causing a failing check when trying to actually compute outputs. Here we add an appropriate input validation check. NOTE: no test is added because it's impossible to trigger these using the official public API. PiperOrigin-RevId: 461637318
- Loading branch information
1 parent
146f252
commit aed3691
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters