MCPcopy Index your code
hub / github.com/MoonInTheRiver/DiffSinger / eos

Method eos

utils/text_encoder.py:281–282  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

279 return self.pad_index
280
281 def eos(self):
282 return self.eos_index
283
284 def unk(self):
285 return self.unk_index

Callers 2

decodeMethod · 0.95
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected