No public description

PiperOrigin-RevId: 843665619
This commit is contained in:
Martin Stolle 2025-12-12 06:36:40 -08:00 committed by Copybara-Service
parent 338cd8a36e
commit 506fb22be7
2 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,7 @@ static inline bool EnumValid(LayerAttentionType type) {
enum class AttentionImpl {
kOld,
kFlash,
kSentinel,
};
AttentionImpl GetAttentionImpl(const std::string& impl);

View File

@ -1,5 +1,6 @@
#include "gemma/kv_cache.h"
#include <cstddef>
#include <vector>
#include "gtest/gtest.h"