aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/python_api/api_def_ResourceApplyFtrl.pbtxt
diff options
context:
space:
mode:
authorGravatar Anna R <annarev@google.com>2018-02-28 17:54:56 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-02-28 17:58:39 -0800
commitf5e2a70e0363c1b08a342e395c4e040114b7a424 (patch)
treedd596ccfb7aae8e69cabdf62ae2c5f39d3029b88 /tensorflow/core/api_def/python_api/api_def_ResourceApplyFtrl.pbtxt
parent6a2bb85654655d7dc6e5017de6586e76634ebcd1 (diff)
Set generated ops to hidden if they are not included in TensorFlow Python API. Also, update endpoints in ApiDef files for a few ops.
PiperOrigin-RevId: 187412039
Diffstat (limited to 'tensorflow/core/api_def/python_api/api_def_ResourceApplyFtrl.pbtxt')
-rw-r--r--tensorflow/core/api_def/python_api/api_def_ResourceApplyFtrl.pbtxt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tensorflow/core/api_def/python_api/api_def_ResourceApplyFtrl.pbtxt b/tensorflow/core/api_def/python_api/api_def_ResourceApplyFtrl.pbtxt
new file mode 100644
index 0000000000..72b49e09d6
--- /dev/null
+++ b/tensorflow/core/api_def/python_api/api_def_ResourceApplyFtrl.pbtxt
@@ -0,0 +1,4 @@
+op {
+ graph_op_name: "ResourceApplyFtrl"
+ visibility: HIDDEN
+}