]> git.sesse.net Git - stockfish/commit
Unify naming convention of the NNUE code
authorTomasz Sobczyk <tomasz.sobczyk1997@gmail.com>
Mon, 19 Apr 2021 17:50:19 +0000 (19:50 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sat, 24 Apr 2021 10:49:29 +0000 (12:49 +0200)
commitfbbd4adc3c01460faa3cc8f91771ab9b0ef718ca
tree6c3bb8f8891723a3ff9d8eec6bad560f8cc84808
parenta7ab92ec25c91e8413630c52cfc2db6b4ecacf0c
Unify naming convention of the NNUE code

matches the rest of the stockfish code base

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

No functional change
17 files changed:
src/nnue/architectures/halfkp_256x2-32-32.h
src/nnue/evaluate_nnue.cpp
src/nnue/evaluate_nnue.h
src/nnue/features/feature_set.h
src/nnue/features/features_common.h
src/nnue/features/half_kp.cpp
src/nnue/features/half_kp.h
src/nnue/features/index_list.h
src/nnue/layers/affine_transform.h
src/nnue/layers/clipped_relu.h
src/nnue/layers/input_slice.h
src/nnue/nnue_accumulator.h
src/nnue/nnue_architecture.h
src/nnue/nnue_common.h
src/nnue/nnue_feature_transformer.h
src/position.cpp
src/search.cpp