common.h 279 字节
Newer Older
1 2 3 4 5 6 7 8 9 10
namespace mgb::imperative::proxy_graph {

// a "namespace" struct to simplify friend declaration,
// e.g. friend class mgb::imperative::proxy_graph::ProxyGraph
struct ProxyGraph {
    struct InputPlaceholder;
    struct MiniGraph;
};

} // namespace mgb::imperative::proxy_graph