public List Call()

in Runtime/Tokenizers/Decoders/Decoders.cs [88:91]


        public List<string> Call(List<string> tokens)
        {
            return Decode(tokens);
        }