Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Tensor] Remove NaN check for integer
Fixed-sized integer formats do not have a way of explicitly indicating invalid data. Every possible value of an int is a number. Therefore, removing NaN check for int values. **Self-evaluation:** 1. Build test: [X]Passed [ ]Failed [ ]Skipped 2. Run test: [X]Passed [ ]Failed [ ]Skipped Signed-off-by: Donghyeon Jeong <[email protected]>
- Loading branch information