tf.contrib.lookup.LookupInterface

View source on GitHub

Represent a lookup table that persists across different steps.

key_dtype The table key type.
value_dtype The table value type.

key_dtype The table key dtype.
name The name of the table.
resource_handle Returns the resource handle associated with this Resource.
value_dtype The table value dtype.

Methods

lookup

View source

Looks up keys in a table, outputs the corresponding values.

size

View source

Compute the number of elements in this table.