Jetson Nano inference Low Power Sleep Mode

Hi,
Does Jetson Nano allows low power sleep mode between each invocation to inference? If it is yes, how to put the Jetson Nano in low power sleep mode while retaining content in the memory?

hello ramkumarkoppu,

please check developer guide, Chipset Power States.
you may enable below command to initiate deep sleep from the user space,
i.e. $ sudo systemctl suspend.
thanks