View source on GitHub |
A tensorflow table stored in tf.Variables.
The row is the index or location at which the value is saved, and the value is a nest of Tensors.
This class is not threadsafe.
Classes
class Table
: A table that can store Tensors or nested Tensors.
Other Members | |
---|---|
absolute_import |
Instance of __future__._Feature
|
division |
Instance of __future__._Feature
|
print_function |
Instance of __future__._Feature
|