Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cg.h - github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cg.h
blob: e2cc7ace6d2a470334a63ce960456647f5a1ebfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
Copyright (c) 2010 Yahoo! Inc.  All rights reserved.  The copyrights
embodied in the content of this file are licensed under the BSD
(revised) open source license
 */

#ifndef CG_H
#define CG_H
#include "gd.h"

void setup_cg(gd_thread_params& t);
void destroy_cg();

#endif