tf.raw_ops.TensorMapHasKey

Returns whether the given key exists in the map.

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.