tf.raw_ops.TensorMapStackKeys

Returns a Tensor stack of all keys in a tensor map.

input_handle: the input map keys: the returned Tensor of all keys in the map

input_handle A Tensor of type variant.
key_dtype A tf.DType.
name A name for the operation (optional).

A Tensor of type key_dtype.