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
tools.common Namespace Reference

Functions

def check_subprocess (status)
 
def run_subtool (subtool, additional_opts, disable_verbose=False)
 
def run_polygraphy_run (additional_opts=[], disable_verbose=False)
 
def run_polygraphy_inspect (additional_opts=[], disable_verbose=False)
 
def run_polygraphy_precision (additional_opts=[], disable_verbose=False)
 
def run_polygraphy_surgeon (additional_opts=[], disable_verbose=False)
 

Variables

 ROOT_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), os.path.pardir, os.path.pardir))
 
 BIN_DIR = os.path.join(ROOT_DIR, "bin")
 
 polygraphy = os.path.join(BIN_DIR, "polygraphy")
 

Function Documentation

◆ check_subprocess()

def tools.common.check_subprocess (   status)
Here is the caller graph for this function:

◆ run_subtool()

def tools.common.run_subtool (   subtool,
  additional_opts,
  disable_verbose = False 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ run_polygraphy_run()

def tools.common.run_polygraphy_run (   additional_opts = [],
  disable_verbose = False 
)
Here is the call graph for this function:

◆ run_polygraphy_inspect()

def tools.common.run_polygraphy_inspect (   additional_opts = [],
  disable_verbose = False 
)
Here is the call graph for this function:

◆ run_polygraphy_precision()

def tools.common.run_polygraphy_precision (   additional_opts = [],
  disable_verbose = False 
)
Here is the call graph for this function:

◆ run_polygraphy_surgeon()

def tools.common.run_polygraphy_surgeon (   additional_opts = [],
  disable_verbose = False 
)
Here is the call graph for this function:

Variable Documentation

◆ ROOT_DIR

tools.common.ROOT_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), os.path.pardir, os.path.pardir))

◆ BIN_DIR

tools.common.BIN_DIR = os.path.join(ROOT_DIR, "bin")

◆ polygraphy

tools.common.polygraphy = os.path.join(BIN_DIR, "polygraphy")