tf.raw_ops.TensorMapLookup

Returns the value from a given key in a tensor map.

input_handle: the input map key: the key to be looked up value: the value found from the given key

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

A Tensor of type value_dtype.