Adds Operations() method to Graph
There is currently no way to list all of the operations in a graph
from the go api. This patch ads an Operations() method to retrieve the
list using the existing TF_GraphNextOperation c api. The graph_test
was modified to include testing this new method.
Signed-off-by:
Vishvananda Ishaya Abrams <vishvananda@gmail.com>
Loading
Please sign in to comment