tf.raw_ops.TensorMapHasKey

Returns whether the given key exists in the map.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.raw_ops.TensorMapHasKey

input_handle: the input map key: the key to check has_key: whether the key is already in the map or not

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

A Tensor of type bool.