tf.raw_ops.TensorMapStackKeys

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

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.raw_ops.TensorMapStackKeys

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.