Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the return type of python generator function (#2378)
The return type of 'List[tensorflow.TensorSpec]' for generator function `StableHLOToTFSavedModel._make_input_signatures` is error-ed out during internal testing. The fix is to annotating the return type as Iterator as all generators are basically iterators.
- Loading branch information