14 void dcnn_get_moves(struct board
*b
, enum stone color
, float result
[]);
15 bool using_dcnn(struct board
*b
);
16 void dcnn_quiet_caffe(int argc
, char *argv
[]);
18 void find_dcnn_best_moves(struct board
*b
, float *r
, coord_t
*best
, float *best_r
);
19 void print_dcnn_best_moves(struct tree_node
*node
, struct board
*b
, coord_t
*best
, float *best_r
);
20 struct engine
*engine_dcnn_init(char *arg
, struct board
*b
);
24 #define using_dcnn(b) 0
25 #define dcnn_quiet_caffe(argc, argv)
35 #endif /* PACHI_DCNN_H */