Home | History | Annotate | Download | only in tensorflow

Lines Matching full:weights

560   Specifically, the previous variable names "weights" and "biases" have
617 "weights" and "biases" are changed to "kernel" and "bias", respectively.
631 "weights" and "biases" are changed to "kernel" and "bias", respectively.
752 * Restrict weights rank to be the same as the broadcast target, to avoid ambiguity on broadcast rules.
1030 `Linear/Matrix` -> `weights` and `Linear/Bias` -> `biases` in most RNN cells.