1 write to weights
System.Speech (1)
Internal\SrgsCompiler\CFGGrammar.cs (1)
277
header.
weights
= Load<float>(streamHelper, cfgSerializedHeader.pWeights, cfgSerializedHeader.cArcs);
2 references to weights
System.Speech (2)
Internal\SrgsCompiler\BackEnd.cs (2)
901
float flWeight = header.
weights
!= null ? header.
weights
[k] : CfgGrammar.DEFAULT_WEIGHT;