[docs] Fix fp16 mixed precision example to reflect correct input variable names (#22250)
### Description
Correct variable name from `test_data` to `feed_dict` to fix example
code in mixed precision example docs.
### Motivation and Context
Fixes #21822