1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 16:53:09 +00:00
BadFish/src/nnue
Sebastian Buchwald 4f0fecad8a Use C++17 variable templates for type traits
The C++17 variable templates are slightly more readable and allow us to
remove the typename keyword in a few cases.

closes https://github.com/official-stockfish/Stockfish/pull/4806

No functional change
2023-09-29 22:22:40 +02:00
..
features Cleanup includes 2023-09-03 08:24:51 +02:00
layers Make casting styles consistent 2023-09-22 19:14:29 +02:00
evaluate_nnue.cpp Make casting styles consistent 2023-09-22 19:14:29 +02:00
evaluate_nnue.h Cleanup includes 2023-09-03 08:24:51 +02:00
nnue_accumulator.h Cleanup includes 2023-09-03 08:24:51 +02:00
nnue_architecture.h Update NNUE architecture to SFNNv8: L1-2560 nn-ac1dbea57aa3.nnue 2023-09-22 19:26:16 +02:00
nnue_common.h Use C++17 variable templates for type traits 2023-09-29 22:22:40 +02:00
nnue_feature_transformer.h Reduce SIMD register count from 32 to 16 2023-09-22 19:15:34 +02:00