aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/base_api/api_def_LookupTableRemoveV2.pbtxt
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/api_def/base_api/api_def_LookupTableRemoveV2.pbtxt')
-rw-r--r--tensorflow/core/api_def/base_api/api_def_LookupTableRemoveV2.pbtxt24
1 files changed, 24 insertions, 0 deletions
diff --git a/tensorflow/core/api_def/base_api/api_def_LookupTableRemoveV2.pbtxt b/tensorflow/core/api_def/base_api/api_def_LookupTableRemoveV2.pbtxt
new file mode 100644
index 0000000000..333fe6f4b2
--- /dev/null
+++ b/tensorflow/core/api_def/base_api/api_def_LookupTableRemoveV2.pbtxt
@@ -0,0 +1,24 @@
+op {
+ graph_op_name: "LookupTableRemoveV2"
+ visibility: HIDDEN
+ endpoint {
+ name: "LookupTableRemove"
+ }
+ in_arg {
+ name: "table_handle"
+ description: <<END
+Handle to the table.
+END
+ }
+ in_arg {
+ name: "keys"
+ description: <<END
+Any shape. Keys of the elements to remove.
+END
+ }
+ summary: "Removes keys and its associated values from a table."
+ description: <<END
+The tensor `keys` must of the same type as the keys of the table. Keys not
+already in the table are silently ignored.
+END
+}