Thanks for your reply. I have another 2 question regarding the NNE.
- Whether or not an inference framework can be utilized will depend on the availability of related plugins such as NNERuntimeORT or NNERuntimeIREE. So if the inference framework I want to use has not be integrated into UE so far, does that mean I can develop the the plugin which is similar to the NNERuntimeORT myself? Of course this will involve quite a lot efforts to do it.
- Currently I am trying to use NNERuntimeORTCuda in UE5.3 to integrate an super-sampling model into the game. My understanding is like this: INNERuntimeGPU is used for editor mode and not suitable for real-time rendering. Because it definitely involves the data transferring between CPU and GPU even though the input data is generated in GPU initially. INNERuntimeRDG will be optimal if I want to do frame super-sampling in the real-time rendering.