No public description

PiperOrigin-RevId: 641816837
This commit is contained in:
The gemma.cpp Authors 2024-06-10 01:11:54 -07:00 committed by Copybara-Service
parent d985d8b867
commit 020db5a67d
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ cc_library(
cc_test( cc_test(
name = "ops_test", name = "ops_test",
size = "small", size = "small",
timeout = "moderate",
srcs = ["gemma/ops_test.cc"], srcs = ["gemma/ops_test.cc"],
local_defines = ["HWY_IS_TEST"], local_defines = ["HWY_IS_TEST"],
# for test_suite. # for test_suite.