Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There is no change in the inference APIs, except for the need to set the MXNET_USE_TENSORRT environment variable to 1. For example, in Python, we can simply do:

Code Block
languagebash
os.environ["MXNET_USE_TENSORRT"] = “1”

...