HomeSort by relevance Sort by last modified time
    Searched refs:SubGraph (Results 1 - 13 of 13) sorted by null

  /external/srec/tools/grxmlcompile/
grph.h 32 subGraph= 0;
38 delete [] subGraph;
43 int addSubGraph (SubGraph *subGraph);
44 int getSubGraphIndex (SubGraph *subGraph);
46 void BeginRule (SubGraph *subg);
47 void EndRule (SubGraph *subg);
48 void BeginItem (SubGraph *subg);
49 void BeginItemRepeat (SubGraph *subg, int min_count, int max_count)
    [all...]
gr_iface.cpp 30 int Graph::addSubGraph (SubGraph *sbGraph)
36 SubGraph **newSubGraph= new SubGraph * [numSubGraph+BLKSIZE];
39 newSubGraph[ii]= subGraph[ii];
42 delete [] subGraph;
44 subGraph= newSubGraph;
48 subGraph= new SubGraph * [BLKSIZE];
54 subGraph[numSubGraph]= sbGraph;
76 int Graph::getSubGraphIndex (SubGraph *sGraph
    [all...]
grxmldoc.h 36 class SubGraph;
68 bool findSubGraph(std::string & s, SubGraph *&p_SubGraph);
72 bool findSubGraphIndex( SubGraph *p_SubGraph, std::string &s );
84 // Take DOM object and create word graph. Creates SubGraph, rule, tag and label lists.
97 bool parseNode( XMLNode &node, SubGraph *&p_SubGraph, const unsigned int level );
98 bool beginNode( XMLNode &node, SubGraph *&p_SubGraph, const unsigned int level );
99 bool endNode( XMLNode &node, SubGraph *&p_SubGraph, const unsigned int level );
104 bool beginParseRuleNode( XMLNode &node, SubGraph *&p_SubGraph);
105 bool endParseRuleNode( XMLNode &node, SubGraph *&p_SubGraph );
106 bool beginItem( XMLNode &node, SubGraph *&p_SubGraph )
    [all...]
sub_base.cpp 29 SubGraph::SubGraph (SubGraph *baseG)
52 int SubGraph::NewVertexId ()
57 void SubGraph::AllocateSpaceForArc ()
71 NUANArc *SubGraph::CreateArc (int iLabel, int oLabel, int from, int to)
81 NUANArc *SubGraph::InheritArc (NUANArc *arcBase, int id)
91 NUANArc *SubGraph::InheritReverseArc (NUANArc *arcBase, int id)
101 NUANArc *SubGraph::InheritReverseArcWithTag (NUANArc *arcBase, int id, int tagId)
112 NUANArc *SubGraph::CreateCopyWithOutput (NUANArc *arcBase, int id
    [all...]
sub_grph.cpp 52 void SubGraph::pushScope ()
64 void SubGraph::popScope ()
78 void SubGraph::BeginScope (int scopeType, int newArg1, int newArg2)
110 void SubGraph::EndScope ()
117 int SubGraph::ConnectLastScope (int beginScopeId, int endScopeId)
168 int SubGraph::CloseScope ()
244 int SubGraph::AddItem (int inputLabel, int tagLabel)
269 int SubGraph::AddTag (int tagLabel)
293 void SubGraph::ExpandRules (SubGraph **subList, int *lookupList, int numSubs
    [all...]
sub_supp.cpp 34 void SubGraph::SortLanguage ()
51 void SubGraph::SortLanguageAtIndices (int begIx, int endIx)
131 void SubGraph::SortLanguageAtSortIndices (int begIx, int endIx)
204 int SubGraph::FindFromIndex (int element)
229 void SubGraph::SortLanguageReverse ()
309 int SubGraph::FindToIndex (int element)
334 void SubGraph::UpdateSortForLanguage ()
339 bool SubGraph::CheckSort ()
348 bool SubGraph::CheckSortReverse ()
359 void SubGraph::ClearDuplicateArcs (
    [all...]
grxmldoc.cpp 128 SubGraph *p_SubGraph;
130 parseNode( node, p_SubGraph, 1 ); // NB Subgraph pointed to will change in recursive fn.
142 bool GRXMLDoc::parseNode( XMLNode &node, SubGraph *&p_SubGraph, const unsigned int level )
144 // We will create a new subgraph for each rule node.
145 // The "current" subgraph is substituted with the new subgraph for all ops on child nodes.
146 // After processing child nodes the original subgraph is reinstated
167 SubGraph *p_LocalSubGraph;
184 bool GRXMLDoc::beginNode( XMLNode &node, SubGraph *&p_SubGraph, const unsigned int level )
227 // NB This fn creates a new subgraph
    [all...]
sub_grph.h 101 class SubGraph
105 SubGraph (char *name, int ruleNo)
127 SubGraph (SubGraph *baseG);
129 ~SubGraph ()
153 void CopyFastArcs (SubGraph *subG, int startLoc, int endLoc, int offset, int headId, int newHeadId, int tailId, int newTailId);
160 void ExpandRules (SubGraph **subList, int *lookupList, int numSubs);
162 /** Reverse subgraph */
sub_min.cpp 47 void SubGraph::ViewNode (int currId)
63 bool SubGraph::EquivalenceTestForward (int firstId, int secondId, int *equivMap)
120 void SubGraph::IdentifyEquivalence (int *depthMap, int *equivMap)
157 void SubGraph::CheckForChangeAndResort (int currId, int *mapList)
182 void SubGraph::DeterminizeAtVertex (int baseId, DetCache *cache)
257 int SubGraph::PairwiseDeterminize (int baseId, int firstId, int fixStart, int secondId,
357 void SubGraph::MergeVertices (int newId, int firstId, int secondId)
457 void SubGraph::SetupVisitationCache ()
468 void SubGraph::ClearVisitationCache ()
474 void SubGraph::UpdateVisitationCache (int startNo
    [all...]
sub_phon.cpp 31 void SubGraph::ExpandPhonemes ( GRXMLDoc &doc )
110 void SubGraph::AddLeftContexts ()
133 void SubGraph::AddRightContexts ()
156 void SubGraph::ExpandToHMMs ( GRXMLDoc &doc )
208 void SubGraph::ExpandIntraWordSilence ( GRXMLDoc &doc )
315 void SubGraph::ShiftOutputsToLeft ()
325 void SubGraph::ReverseMarkArcs ()
335 void SubGraph::ReverseMarkOutput (int currId, int initialId, int outId)
356 void SubGraph::MarkNodesByOutputAndClearArcs ()
409 void SubGraph::FinalProcessing (GRXMLDoc &doc
    [all...]
netw_dump.cpp 32 void SubGraph::RemapForSortedOutput ( GRXMLDoc &p_Doc )
44 void SubGraph::WriteForwardGraphFile( std::string & fileName, GRXMLDoc &p_Doc )
97 void SubGraph::WriteForwardGraphWithSemantic ( std::string & fileName, GRXMLDoc &p_Doc )
183 void SubGraph::WriteHMMGraphFile( std::string & fileName, GRXMLDoc &p_Doc )
266 void SubGraph::WritePhonemeGraphFile( std::string & fileName, GRXMLDoc &p_Doc )
339 void SubGraph::PrintWithLabels( GRXMLDoc &p_Doc )
hashmap.cpp 185 template class HashMap<string, SubGraph* >;
netw_arc.h 32 friend class SubGraph;

Completed in 81 milliseconds