Caffe2 - C++ API
A deep learning, cross platform ML framework
Data Structures | Public Member Functions
nom::algorithm::TopoSort< GraphT > Class Template Reference

Topological sort using DFS. More...

#include <TopoSort.h>

Data Structures

struct  Result
 

Public Member Functions

 TopoSort (GraphT *graph)
 
Result run ()
 

Detailed Description

template<typename GraphT>
class nom::algorithm::TopoSort< GraphT >

Topological sort using DFS.

This algorithm takes a Graph object and returns node references in topological order.

Definition at line 16 of file TopoSort.h.


The documentation for this class was generated from the following file: