tf.lookup.KeyValueTensorInitializer

View source on GitHub

Table initializers given keys and values tensors.

tf.lookup.KeyValueTensorInitializer(
    keys, values, key_dtype=None, value_dtype=None, name=None
)

Args:

Attributes:

Methods

initialize

View source

initialize(
    table
)

Initializes the given table with keys and values tensors.

Args:

Returns:

The operation that initializes the table.

Raises: