tf.raw_ops.TensorMapErase

Returns a tensor map with item from given key erased.

input_handle: the original map output_handle: the map with value from given key removed key: the key of the value to be erased

input_handle A Tensor of type variant.
key A Tensor.
value_dtype A tf.DType.
name A name for the operation (optional).

A Tensor of type variant.