Skip to content

TensorFlow lesser known features

Albert Zeyer edited this page Jun 5, 2020 · 16 revisions

I sometimes stumble upon features in TensorFlow which look potentially powerful or interesting, which I did not know about before. This wiki page is supposed to be a collection of such features. (Once some of them becomes more central to RETURNN, we might want to have a separate wiki page for it. E.g. Distributed TensorFlow. To find them, it is interesting to just browse through tf.raw_ops.

Operations / functions

Resources

  • DenseHashTable (and other (hash) tables)
  • TensorList. list of tensors.
  • Stack. stack of tensors.
  • TensorArray (probably more well known). array of tensors.
  • BoostedTrees
  • ConditionalAccumulator. accumulate / aggregate gradients
  • TemporaryVariable. variable which only lives within a single step.
  • Barrier / Mutex
Clone this wiki locally