class tf.contrib.lookup.TableInitializerBase
Base class for lookup table initializers.
key_dtype
The expected table key dtype.
value_dtype
The expected table value dtype.
__init__(key_dtype, value_dtype)
Construct a table initializer object.
key_dtype
: Type of the table keys.value_dtype
: Type of the table values.initialize(table)
Returns the table initialization op.
Defined in tensorflow/contrib/lookup/lookup_ops.py
.
© 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/python/tf/contrib/lookup/TableInitializerBase