tf.raw_ops.InitializeTableV2

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

table_handleA Tensor of type resource. Handle to a table which will be initialized.
keysA Tensor. Keys of type Tkey.
valuesA Tensor. Values of type Tval.
nameA name for the operation (optional).

The created Operation.