MCPcopy Create free account
hub / github.com/ml-explore/mlx-examples / decode

Method decode

encodec/encodec.py:395–396  ·  view source on GitHub ↗
(self, embed_ind)

Source from the content-addressed store, hash-verified

393 return embed_ind
394
395 def decode(self, embed_ind):
396 return self.embed[embed_ind]
397
398
399class EncodecVectorQuantization(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected