aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/tensorflow.i
blob: d26f12a89ceb3d73db634aaf1a97da94286c7eab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SWIG wrapper for all of TensorFlow native functionality.
 * The includes are intentionally not alphabetically sorted, as the order of
 * includes follows dependency order */

%include "tensorflow/python/util/port.i"

%include "tensorflow/python/lib/core/status.i"
%include "tensorflow/python/lib/core/status_helper.i"

%include "tensorflow/python/lib/io/py_record_reader.i"
%include "tensorflow/python/lib/io/py_record_writer.i"
%include "tensorflow/python/client/events_writer.i"

%include "tensorflow/python/client/tf_session.i"