Returns whether the given key exists in the map.
tf.raw_ops.TensorMapHasKey(
input_handle, key, name=None
)
input_handle: the input map key: the key to check has_key: whether the key is already in the map or not
Args | |
|---|---|
input_handle
|
A Tensor of type variant.
|
key
|
A Tensor.
|
name
|
A name for the operation (optional). |
Returns | |
|---|---|
A Tensor of type bool.
|