I have just gone through TRTorch's 2020 GTC talk/slides/documentation focusing mainly on the graph conversion implementation part. There are some confusions of concepts and questions:
- What's the relationship between
torch::jit::Values and torch::jit::IValue, Are they the same thing? I noticed they are used interchangeably in some situations and are referring to different classes in others.
- Why do we need to record Value -> ITensor map and Value->IValue map? What's the main use of these two maps?
Could someone help me? Thanks in advance!