MCPcopy Create free account
hub / github.com/BVLC/caffe / Param

Class Param

python/caffe/net_spec.py:222–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220
221 def __getattr__(self, name):
222 class Param:
223 def __getattr__(self, param_name):
224 return getattr(getattr(caffe_pb2, name + 'Parameter'), param_name)
225 return Param()
226
227

Callers 1

__getattr__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected