Merge pull request !39804 from VectorSL/fix-codex
This commit is contained in:
i-robot 2022-08-08 02:08:15 +00:00 committed by Gitee
commit e4f5dad939
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ constexpr size_t kBIndicesIdx = 8;
constexpr size_t kBValuesIdx = 9;
constexpr size_t kAlphaIndex = 10;
constexpr size_t kBetaIndex = 11;
constexpr size_t kDefaultRank = 2;
constexpr size_t kBatchedRank = 3;
constexpr int64_t kDefaultRank = 2;
constexpr int64_t kBatchedRank = 3;
inline void CheckSparseShape(const size_t sparse_shape_size, const size_t expected_dim, const std::string &arg_name) {
if (sparse_shape_size != expected_dim) {