MCPcopy Index your code
hub / github.com/lisa-lab/DeepLearningTutorials / _p

Function _p

code/lstm.py:86–87  ·  view source on GitHub ↗
(pp, name)

Source from the content-addressed store, hash-verified

84
85
86def _p(pp, name):
87 return '%s_%s' % (pp, name)
88
89
90def init_params(options):

Callers 3

param_init_lstmFunction · 0.85
_stepFunction · 0.85
lstm_layerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected