Returns a Tensor stack of all keys in a tensor map.
tf.raw_ops.TensorMapStackKeys(
input_handle, key_dtype, name=None
)
input_handle: the input map keys: the returned Tensor of all keys in the map
Args | |
---|---|
input_handle
|
A Tensor of type variant .
|
key_dtype
|
A tf.DType .
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A Tensor of type key_dtype .
|