Searched refs:kMaxSize (Results 1 – 5 of 5) sorted by relevance
47 static constexpr size_t kMaxSize = 5;
58 if (mSessions.size() > kMaxSize) { in recordSession()
32 constexpr uint32_t kMaxSize = 65536; variable93 const size_t size = getNonExtensionSize(opType, dimensions).value_or(0) % kMaxSize; in convert()
317 constexpr uint64_t kMaxSize = static_cast<uint64_t>(std::numeric_limits<uint32_t>::max()); in sizeOfTensorDataHelper() local320 if (size > kMaxSize) return {true, 0}; in sizeOfTensorDataHelper()426 constexpr uint64_t kMaxSize = std::numeric_limits<uint32_t>::max(); in validateTensorDimensions() local433 NN_RET_CHECK_LE(size, kMaxSize) << tag << " operand byte size exceeds " << kMaxSize; in validateTensorDimensions()
1471 constexpr uint64_t kMaxSize = std::numeric_limits<uint32_t>::max(); in validateTensorDimensions() local1478 NN_RET_CHECK_LE(size, kMaxSize) << tag << " operand byte size exceeds " << kMaxSize; in validateTensorDimensions()