Create a variable of this layer according to the parameter `var_params`. E.g.:: def __init__(self, ...): # A layer's constructor self.CreateVariable( 'weight', py_utils.WeightParams(shape=[100, 100])) Args: name: Variable name which is used as the
(self,
name: str,
var_params: hyperparams.Params,
**kwargs)
source not stored for this graph (policy: none)