MCPcopy
hub / github.com/hanzhanggit/StackGAN / _p

Function _p

misc/skipthoughts.py:216–220  ·  view source on GitHub ↗

make prefix-appended name

(pp, name)

Source from the content-addressed store, hash-verified

214
215
216def _p(pp, name):
217 """
218 make prefix-appended name
219 """
220 return '%s_%s'%(pp, name)
221
222
223def init_tparams(params):

Callers 2

param_init_gruFunction · 0.85
gru_layerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected