Keep a single constructor for CTCBeamScorer and external ownership of CTCBeamScorer.
Through this change, multiple decoders can share an underlying scorer instance, allowing the caller to customly manage the lifetime of a potentially expensive to constructo object. Change: 124710294
Loading
Please sign in to comment