TensorRT  7.2.1.6
NVIDIA TensorRT
Looking for a C++ dev who knows TensorRT?
I'm looking for work. Hire me!
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Inspect

Table of Contents

Introduction

The inspect tool can be used to display information about supported types of files.

Subtools

  • model displays information about models, such as network structure. This can be useful in case you are unfamiliar with the model, and need to know details about the inputs or outputs, or layers.
  • data displays information about inference inputs and outputs from Comparator.run() (like those written by polygraphy run --save-outputs/--save-inputs).

Usage

See polygraphy inspect -h for usage information.

Examples

For examples, see this directory