QuestionQ27

Core Machine Learning and AI Knowledge

Which of the following statements correctly describes TensorRT and ONNX?

  • A Tensor-RT is used for model deployment and ONNX is used for model interchange.
  • B Tensor-RT is used for model deployment and ONNX is used for model creation.
  • C Tensor-RT is used for model creation and ONNX is used for model interchange.
  • D Tensor-RT is used for model creation and ONNX is used for model deployment.
Explanation

TensorRT is NVIDIA’s inference SDK for optimizing trained models for high-performance deployment, while ONNX is a framework-neutral interchange format for representing and transferring machine-learning models among compatible tools and frameworks.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!