tf.raw_ops.LookupTableExportV2
Выводит все ключи и значения в таблице.
tf.raw_ops.LookupTableExportV2(
table_handle, Tkeys, Tvalues, name=None
)
| Аргументы | |
|---|---|
table_handle | A Tensor типа resource. Обработчик таблицы. |
Tkeys | tf.DType. |
Tvalues | tf.DType. |
name | Имя операции (необязательно). |
| Возвращаемые значения | |
|---|---|
Кортеж объектов Tensor (ключи, значения). | |
keys | A Tensor типа Tkeys. |
values | A Tensor типа Tvalues. |
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.3/api_docs/python/tf/raw_ops/LookupTableExportV2