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

Method str

model/model_util.py:59–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

57 FAN_OUT = "FAN_OUT"
58
59 def str(self):
60 return ",".join([self.FAN_IN, self.FAN_OUT])
61
62
63def init_tensor(tensor, init_type=InitType.XAVIER_UNIFORM, low=0, high=1,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected