#include <data_flow_ops.h>
Outputs all keys and values in the table.
Arguments:
Returns:
Output keys: Vector of all keys present in the table.Output values: Tensor of all values in the table. Indexed in parallel with keys. | Constructors and Destructors | |
|---|---|
LookupTableExport(const ::tensorflow::Scope & scope, ::tensorflow::Input table_handle, DataType Tkeys, DataType Tvalues) |
| Public attributes | |
|---|---|
keys | |
values | |
::tensorflow::Output keys
::tensorflow::Output values
LookupTableExport( const ::tensorflow::Scope & scope, ::tensorflow::Input table_handle, DataType Tkeys, DataType Tvalues )
© 2017 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/api_docs/cc/class/tensorflow/ops/lookup-table-export.html