From 3a99980fcaa8e6df827df121b9b2e15d75f3ace1 Mon Sep 17 00:00:00 2001 From: Alexandre Passos Date: Mon, 13 Aug 2018 08:16:16 -0700 Subject: tf.scatter_sub for resource variables PiperOrigin-RevId: 208482434 --- tensorflow/core/api_def/python_api/api_def_ScatterSub.pbtxt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tensorflow/core/api_def/python_api/api_def_ScatterSub.pbtxt (limited to 'tensorflow/core/api_def/python_api/api_def_ScatterSub.pbtxt') diff --git a/tensorflow/core/api_def/python_api/api_def_ScatterSub.pbtxt b/tensorflow/core/api_def/python_api/api_def_ScatterSub.pbtxt new file mode 100644 index 0000000000..f1a4cccbc3 --- /dev/null +++ b/tensorflow/core/api_def/python_api/api_def_ScatterSub.pbtxt @@ -0,0 +1,4 @@ +op { + graph_op_name: "ScatterSub" + visibility: HIDDEN +} -- cgit v1.2.3