Returns a tensor map with item from given key erased.
tf.raw_ops.TensorMapErase(
input_handle, key, value_dtype, name=None
)
input_handle: the original map output_handle: the map with value from given key removed key: the key of the value to be erased
Args | |
---|---|
input_handle
|
A Tensor of type variant .
|
key
|
A Tensor .
|
value_dtype
|
A tf.DType .
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A Tensor of type variant .
|