enum ComputationalGraph::ExecMode

#include <computational_graph.h>

enum ExecMode {
    ALL_NODES,
    OUTPUT_DRIVEN,
};