tf.raw_ops.LookupTableInsert

Updates the table to associates keys with values.

The tensor keys must be of the same type as the keys of the table. The tensor values must be of the type of the table values.

table_handleA Tensor of type mutable string. Handle to the table.
keysA Tensor. Any shape. Keys to look up.
valuesA Tensor. Values to associate with keys.
nameA name for the operation (optional).

The created Operation.