tf.raw_ops.LookupTableExportV2

Outputs all keys and values in the table.

table_handleA Tensor of type resource. Handle to the table.
TkeysA tf.DType.
TvaluesA tf.DType.
nameA name for the operation (optional).

A tuple of Tensor objects (keys, values).
keysA Tensor of type Tkeys.
valuesA Tensor of type Tvalues.