Initialize the given weight and bias.
Initialize the given weight and bias.
the weight to initialize
the data format of weight indicating the dimension order of the weight. "output_first" means output is in the lower dimension "input_first" means input is in the lower dimension.
Initializer that generates tensors with a uniform distribution.
It draws samples from a uniform distribution within [-limit, limit] where "limit" is "1/sqrt(fan_in)"