HomeSort by relevance Sort by last modified time
    Searched refs:StaticHashTable (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/python/kernel_tests/
lookup_ops_test.py 50 return lookup_ops.StaticHashTable
    [all...]
  /external/tensorflow/tensorflow/python/ops/
lookup_ops.py 239 @tf_export("lookup.StaticHashTable", v1=[])
240 class StaticHashTable(InitializableLookupTableBase):
246 table = tf.lookup.StaticHashTable(
276 super(StaticHashTable, self).__init__(default_value, initializer)
314 @tf_export(v1=["lookup.StaticHashTable"])
315 class StaticHashTableV1(StaticHashTable):
464 table = tf.lookup.StaticHashTable(tf.lookup.TextFileInitializer(
477 table = tf.lookup.StaticHashTable(tf.lookup.TextFileInitializer(
793 tf.StaticHashTable(tf.TextFileIdTableInitializer(filename),
    [all...]

Completed in 6811 milliseconds