Commit ID: 11ced84 Author: cantonios, tensorflow-gardener Date: May 3, 2022 Description: - Fixed undefined behavior (UB) in . - Added more input validation to avoid null pointer dereferencing and array index out of bounds issues. Files Changed: - : - +72 -6 lines changed - : - +41 -5 lines changed - : - +1 -1 line changed Key Changes: - Added input validation for dimensions and ranks in . - Checked for invalid indices in the sparse tensor to prevent out of bounds issues. - Updated test cases to validate these checks.