Trees | Indices | Help |
|
---|
|
object --+ | ParamServerCache
Cache of values on the parameter server. Implementation is just a thread-safe dictionary.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Notifier implements any parameter subscription logic. The notifier should be a function that takes in a key and value that represents a parameter update. Notifier is called under lock and thus must not implement any lengthy computation. |
Update the value of the parameter in the cache
|
Set the value of the parameter in the cache. This is a prerequisite of calling update().
|
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jan 11 10:11:52 2013 | http://epydoc.sourceforge.net |