tf.raw_ops.LookupTableExport
Выводит все ключи и значения в таблице.
tf.raw_ops.LookupTableExport(
table_handle, Tkeys, Tvalues, name=None
)
| Аргументы | |
|---|---|
table_handle | A Tensor типа mutable string. Детектор таблицы. |
Tkeys | A tf.DType. |
Tvalues | A 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.4/api_docs/python/tf/raw_ops/LookupTableExport