forked from tensorflow/tensorflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtensorflow.i
More file actions
14 lines (10 loc) · 534 Bytes
/
Copy pathtensorflow.i
File metadata and controls
14 lines (10 loc) · 534 Bytes
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"