mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 10:57:43 +00:00
11 lines
234 B
C
11 lines
234 B
C
#ifndef _NNUE_TRAINER_FEATURES_ALL_FACTORIZERS_H_
|
|
#define _NNUE_TRAINER_FEATURES_ALL_FACTORIZERS_H_
|
|
|
|
#include "factorizer.h"
|
|
#include "factorizer_feature_set.h"
|
|
|
|
#include "factorizer_half_kp.h"
|
|
#include "factorizer_half_ka.h"
|
|
|
|
#endif
|