Whether the neural network in Deepstream can use a binary neural network

Please provide complete information as applicable to your setup.

**• Hardware Platform (Jetson / GPU)Jetson nano
**• DeepStream Version 5.0
**• JetPack Version (valid for Jetson only)4.2
**• TensorRT Version 7.1
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Hi,

Deepstream use TensorRT as the backend inference engine.
So please check if all the operations are listed in the TensorRT support matrix first:

More particular, you can check if the operations are covered by the elementwise layer:

Thanks.