Searched refs:kMaxElements (Results 1 – 3 of 3) sorted by relevance
62 constexpr size_t kMaxElements = 1 << 20; variable67 std::atomic<size_t> ordered_offsets[kMaxElements];165 if (UNLIKELY(insertion_index >= kMaxElements)) { in RecordAddress()297 sizeof(uint32_t) * kMaxElements); in ResetForTesting()
352 static const int64 kMaxElements = (1LL << 40); variable359 if (num_elements > kMaxElements) return false; in IsValid()373 if (num_elements > kMaxElements) { in IsValidShape()375 " is too large (more than ", kMaxElements, in IsValidShape()410 CHECK_LE(num_elements_, kMaxElements); in AddDim()424 CHECK_LE(num_elements_, kMaxElements); in InsertDim()452 CHECK_LE(num_elements_, kMaxElements); in recompute_dims()
776 static constexpr int kMaxElements = in ConfigureCloneObject() local790 if (i == kMaxElements) { in ConfigureCloneObject()