Public Member Functions | |
| def | update (self, operator_name, kwargs) |
| def | create_param (self, param_name, init_net, shape) |
Public Member Functions inherited from caffe2.python.modeling.initializers.Initializer | |
| def | __init__ (self, operator_name=None, kwargs) |
| def | update (self, operator_name, kwargs) |
| def | create_param (self, param_name, init_net, shape) |
Public Attributes | |
| operator_name | |
| operator_kwargs | |
Public Attributes inherited from caffe2.python.modeling.initializers.Initializer | |
| operator_name | |
| operator_kwargs | |
Like PseudoFP16Initializer above, except the primary blob is taken to be the 32-bit precision parameter, and the 16-bit version of the blob is stored in blob_copy instead.
Definition at line 95 of file initializers.py.
1.8.11