enum ComputationalGraph::GraphState

#include <computational_graph.h>

enum GraphState {
    EMPTY,
    CONFIGURING,
    READY,
    COMPUTING,
};