dbr quant: rename seen_op_info to seen_q_op_info (#71312)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/71312
Renames `seen_op_info` to `seen_q_op_info` and `SeenOpInfo` to `SeenQOpInfo`.
This is to make it clear that the op here is a quantizeable op.
This is useful for a future PR where we will start recording the DAG
of non-quantizeable ops. That will be needed to properly support
function fusion.
Test Plan: CI and mypy
Reviewed By: albanD
Differential Revision: D33584751
Pulled By: vkuzo
fbshipit-source-id: 0b659d4ecefc96d532c451abac410c638e457dcb
(cherry picked from commit 6d85745810729936c885107ba4cc42bdcb78dd9b)