tf.raw_ops.TensorMapErase

Returns a tensor map with item from given key erased.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.raw_ops.TensorMapErase

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.