Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 657 Bytes

index.md

File metadata and controls

21 lines (12 loc) · 657 Bytes

TensorFlow Fold C++ Weaver API

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.