TarjanNode Struct Reference
Collaboration diagram for TarjanNode:

Public Member Functions

 TarjanNode ()
 

Public Attributes

int32 index
 
int32 lowlink
 
bool on_stack
 

Detailed Description

Definition at line 78 of file nnet-graph.cc.

Constructor & Destructor Documentation

◆ TarjanNode()

TarjanNode ( )
inline

Definition at line 82 of file nnet-graph.cc.

Member Data Documentation

◆ index

int32 index

Definition at line 79 of file nnet-graph.cc.

Referenced by kaldi::nnet3::FindSccsTarjan(), and kaldi::nnet3::TarjanSccRecursive().

◆ lowlink

int32 lowlink

Definition at line 80 of file nnet-graph.cc.

Referenced by kaldi::nnet3::TarjanSccRecursive().

◆ on_stack

bool on_stack

Definition at line 81 of file nnet-graph.cc.

Referenced by kaldi::nnet3::TarjanSccRecursive().


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