aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/tensorflow.i
diff options
context:
space:
mode:
authorGravatar Alexandre Passos <apassos@google.com>2017-08-10 14:19:55 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-08-10 14:22:58 -0700
commit13eb3b90e9ed8778ffd2b1bf6401677938b1ec39 (patch)
tree40a2e7e926f3ed9fa0b99f88056bacc471547be7 /tensorflow/python/tensorflow.i
parent7dfabcc01c9c752747c473346bb3f8c1cd290ad1 (diff)
Experimental C and Python APIs to invoke TensorFlow kernels on concrete values.
PiperOrigin-RevId: 164902588
Diffstat (limited to 'tensorflow/python/tensorflow.i')
-rw-r--r--tensorflow/python/tensorflow.i3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/python/tensorflow.i b/tensorflow/python/tensorflow.i
index 0c8110ec60..f15854d240 100644
--- a/tensorflow/python/tensorflow.i
+++ b/tensorflow/python/tensorflow.i
@@ -17,6 +17,8 @@ limitations under the License.
* The includes are intentionally not alphabetically sorted, as the order of
* includes follows dependency order */
+%include "tensorflow/python/pywrap_tfe.i"
+
%include "tensorflow/python/util/port.i"
%include "tensorflow/python/util/py_checkpoint_reader.i"
%include "tensorflow/python/util/stat_summarizer.i"
@@ -45,3 +47,4 @@ limitations under the License.
%include "tensorflow/python/grappler/tf_optimizer.i"
%include "tensorflow/python/grappler/cost_analyzer.i"
%include "tensorflow/python/grappler/model_analyzer.i"
+