MCPcopy Create free account
hub / github.com/Tencent/NeuralNLP-NeuralClassifier / str

Method str

model/embedding.py:58–59  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

56
57 @classmethod
58 def str(cls):
59 return ",".join([cls.FLAT, cls.MEAN, cls.SUM])
60
61
62class Embedding(torch.nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected