tf.raw_ops.TensorMapLookup

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

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.raw_ops.TensorMapLookup

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.