]> git.sesse.net Git - stockfish/blobdiff - src/nnue/evaluate_nnue.h
Introduce a function to compute NNUE accumulator
[stockfish] / src / nnue / evaluate_nnue.h
index 2e4f1f5098db640edfcfc680dc75ff8afeac83ad..15638caeeafe4a214d315e4298365d84519d3aa0 100644 (file)
@@ -1,6 +1,6 @@
 /*
   Stockfish, a UCI chess playing engine derived from Glaurung 2.1
-  Copyright (C) 2004-2022 The Stockfish developers (see AUTHORS file)
+  Copyright (C) 2004-2023 The Stockfish developers (see AUTHORS file)
 
   Stockfish is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -31,6 +31,7 @@ namespace Stockfish::Eval::NNUE {
   constexpr std::uint32_t HashValue =
       FeatureTransformer::get_hash_value() ^ Network::get_hash_value();
 
+
   // Deleter for automating release of memory area
   template <typename T>
   struct AlignedDeleter {