aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/base_api/api_def_LookupTableRemoveV2.pbtxt
blob: 333fe6f4b2739541e4cd8bbf6e263d601e44a752 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
}