Make addmm meta kernel consistent with mm (#84960)
Change the names of the parameters in the `addmm` meta kernel to be more consistent with `mm`. Functionally, the only difference in behaviour should be that `addmm` meta kernel gets its options from the `input` tensor instead of from the `bias` parameter.
Fixes #84930
CC: @ezyang @ngimel @wconstab @ke1337 @glebk-cerebras
Pull Request resolved: https://github.com/pytorch/pytorch/pull/84960
Approved by: https://github.com/ezyang