TensorFlow Fold C++ Weaver API
January 20, 2017 ยท View on GitHub
Weaver
The Weaver API allows the user to build a schedule to be run by a Loom,
producing vectors of integers (wiring diagrams) to be fed to Loom's tf.gather
ops in order to drive the loom according to the schedule the user specified.
WeaverOpBase
WeaverOpBase contains the common code required to encapsulate a function that uses a weaver to build a graph for a Loom to run inside of a TensorFlow operation capable of driving the aforementioned Loom.