Hi everyone,
About trtexec, can any one show a sample usage about the param --loadInputs?
I found someone use the command like:
trtexec --onnx=test.onnx --dumpOutput --batch=1 --safe --loadInputs=Input:input.txt
but he didn't explain where the input.txt is and its data format.
Thank you.