W3cubDocs

/TensorFlow C++

tensorflow::ops::LookupTableExport

#include <data_flow_ops.h>

Outputs all keys and values in the table.

Summary

Arguments:

  • scope: A Scope object
  • table_handle: Handle to the table.

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

Public attributes

keys

::tensorflow::Output keys

values

::tensorflow::Output values

Public functions

LookupTableExport

 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