X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fnnue%2Flayers%2Finput_slice.h;h=8f526b745f724f435a35f1496f5f43f10bf58d45;hb=c357c4ad6f7318234c4d745eaa6b0c4774e28741;hp=bd4d74478de6a44cfe2474845705e5f30aa42f71;hpb=58054fd0fa6294510fc8cf76b0ba9673d5094c10;p=stockfish diff --git a/src/nnue/layers/input_slice.h b/src/nnue/layers/input_slice.h index bd4d7447..8f526b74 100644 --- a/src/nnue/layers/input_slice.h +++ b/src/nnue/layers/input_slice.h @@ -1,6 +1,6 @@ /* Stockfish, a UCI chess playing engine derived from Glaurung 2.1 - Copyright (C) 2004-2021 The Stockfish developers (see AUTHORS file) + Copyright (C) 2004-2022 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 @@ -53,7 +53,7 @@ class InputSlice { return true; } - // Read network parameters + // Write network parameters bool write_parameters(std::ostream& /*stream*/) const { return true; }