DeepSpeech/native_client/workspace_status.h
2019-06-25 18:03:52 -03:00

9 lines
181 B
C

#ifndef WORKSPACE_STATUS_H
#define WORKSPACE_STATUS_H
const char *tf_local_git_version();
const char *ds_git_version();
const int ds_graph_version();
#endif // WORKSPACE_STATUS_H