tf.raw_ops.InitializeTable

Table initializer that takes two tensors for keys and values respectively.

table_handle A Tensor of type mutable string. Handle to a table which will be initialized.
keys A Tensor. Keys of type Tkey.
values A Tensor. Values of type Tval.
name A name for the operation (optional).

The created Operation.