Returns the value from a given key in a tensor map.
tf.raw_ops.TensorMapLookup(
input_handle, key, value_dtype, name=None
)
input_handle: the input map key: the key to be looked up value: the value found from the given key
Args | |
---|---|
input_handle
|
A Tensor of type variant .
|
key
|
A Tensor .
|
value_dtype
|
A tf.DType .
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A Tensor of type value_dtype .
|