Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RefineTypes aten.sum: check dtype exists before accessing methods (#1944
) This commit adds a check that `defaultDtype` exists in the RefineTypes handling of `AtenSumOp` before accessing the method `isInteger`, which crashes the program is `defaultDtype` is null. The handling of `defaultDtype` is the same as the one used for the `AtenSumDimIntListOp`.
- Loading branch information