aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/ops/compat/ops_history.v1.pbtxt
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-10-09 16:23:35 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-09 16:39:23 -0700
commit6c391166b8b6ba43d2b0151e6fb9cf14864131a2 (patch)
treec8c3c9eadade00f1a4e6cec2024e2a15bfd0b948 /tensorflow/core/ops/compat/ops_history.v1.pbtxt
parent2f5ebc0ea5e6d500ea8cd925234c569d6b32fd4e (diff)
Add 'remove' operation to MutableHashTable and MutableDenseHashTable.
PiperOrigin-RevId: 216443201
Diffstat (limited to 'tensorflow/core/ops/compat/ops_history.v1.pbtxt')
-rw-r--r--tensorflow/core/ops/compat/ops_history.v1.pbtxt20
1 files changed, 20 insertions, 0 deletions
diff --git a/tensorflow/core/ops/compat/ops_history.v1.pbtxt b/tensorflow/core/ops/compat/ops_history.v1.pbtxt
index cfb1055d3c..415e15b720 100644
--- a/tensorflow/core/ops/compat/ops_history.v1.pbtxt
+++ b/tensorflow/core/ops/compat/ops_history.v1.pbtxt
@@ -30321,6 +30321,22 @@ op {
is_stateful: true
}
op {
+ name: "LookupTableRemoveV2"
+ input_arg {
+ name: "table_handle"
+ type: DT_RESOURCE
+ }
+ input_arg {
+ name: "keys"
+ type_attr: "Tin"
+ }
+ attr {
+ name: "Tin"
+ type: "type"
+ }
+ is_stateful: true
+}
+op {
name: "LookupTableSize"
input_arg {
name: "table_handle"
@@ -36706,6 +36722,10 @@ op {
name: "empty_key"
type_attr: "key_dtype"
}
+ input_arg {
+ name: "deleted_key"
+ type_attr: "key_dtype"
+ }
output_arg {
name: "table_handle"
type: DT_RESOURCE