mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
Remove LSTM header files from public API
The LSTM header files are only used in the Tesseract code. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
a20473da43
commit
2bafff4c64
@ -20,16 +20,15 @@ AM_CXXFLAGS += -fvisibility=hidden -fvisibility-inlines-hidden
|
||||
AM_CPPFLAGS += -DTESS_EXPORTS
|
||||
endif
|
||||
|
||||
pkginclude_HEADERS = \
|
||||
network.h networkio.h networkscratch.h \
|
||||
static_shape.h stridemap.h weightmatrix.h
|
||||
pkginclude_HEADERS =
|
||||
|
||||
noinst_HEADERS = convolve.h ctc.h
|
||||
noinst_HEADERS += fullyconnected.h functions.h input.h
|
||||
noinst_HEADERS += lstm.h lstmrecognizer.h lstmtrainer.h maxpool.h
|
||||
noinst_HEADERS += networkbuilder.h
|
||||
noinst_HEADERS += network.h networkbuilder.h networkio.h networkscratch.h
|
||||
noinst_HEADERS += parallel.h plumbing.h recodebeam.h reconfig.h reversed.h
|
||||
noinst_HEADERS += series.h tfnetwork.h
|
||||
noinst_HEADERS += series.h static_shape.h stridemap.h
|
||||
noinst_HEADERS += tfnetwork.h weightmatrix.h
|
||||
|
||||
noinst_LTLIBRARIES = libtesseract_lstm.la
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user