aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/framework
diff options
context:
space:
mode:
authorGravatar Andrew Selle <aselle@google.com>2018-01-30 09:55:38 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-01-30 10:07:34 -0800
commit39bc42ebcf0df005b378fa88a4650a5bebb1eb0c (patch)
tree4308f7d16ab9011b707534322d4e0b25662354f0 /tensorflow/contrib/framework
parent5ab07fcfc51fd524622e2c583f81f0cd8eca97d5 (diff)
Create an interface to create hints for future toco conversions.
Specifically, tf.contrib.lite.OpHint can create "breadcrumb" hints that describe encapsulation of multiple TensorFlow ops that make up a TensorFlow lite builtin or custom op. These can later be replaced with stub versions in a GraphDef or SavedModel. PiperOrigin-RevId: 183846742
Diffstat (limited to 'tensorflow/contrib/framework')
-rw-r--r--tensorflow/contrib/framework/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/framework/__init__.py b/tensorflow/contrib/framework/__init__.py
index 673c517842..503b868aaa 100644
--- a/tensorflow/contrib/framework/__init__.py
+++ b/tensorflow/contrib/framework/__init__.py
@@ -53,6 +53,7 @@ See the @{$python/contrib.framework} guide.
@@assign_from_values_fn
@@create_global_step
@@filter_variables
+@@fuse_op
@@get_global_step
@@get_or_create_global_step
@@get_local_variables