![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Classes | |
| class | SubgraphScope |
Public Member Functions | |
| Graph (Zone *zone) | |
| Node * | NewNodeUnchecked (const Operator *op, int input_count, Node *const *inputs, bool incomplete=false) |
| Node * | NewNode (const Operator *op, int input_count, Node *const *inputs, bool incomplete=false) |
| template<typename... Nodes> | |
| Node * | NewNode (const Operator *op, Nodes *... nodes) |
| Node * | CloneNode (const Node *node) |
| Zone * | zone () const |
| Node * | start () const |
| Node * | end () const |
| void | SetStart (Node *start) |
| void | SetEnd (Node *end) |
| size_t | NodeCount () const |
| void | Decorate (Node *node) |
| void | AddDecorator (GraphDecorator *decorator) |
| void | RemoveDecorator (GraphDecorator *decorator) |
| void | Print () const |
Friends | |
| class | NodeMarkerBase |