Functions | |
def | is_dimension_dynamic (dim) |
def | is_shape_dynamic (shape) |
def | run_trt_engine (context, engine, tensors) |
def | load_engine (engine_filepath, trt_logger) |
def | engine_info (engine_filepath) |
def | build_engine (model_file, shapes, max_ws=512 *1024 *1024, fp16=False) |
def trt_utils.is_dimension_dynamic | ( | dim | ) |
def trt_utils.is_shape_dynamic | ( | shape | ) |
def trt_utils.run_trt_engine | ( | context, | |
engine, | |||
tensors | |||
) |
def trt_utils.load_engine | ( | engine_filepath, | |
trt_logger | |||
) |
def trt_utils.engine_info | ( | engine_filepath | ) |
def trt_utils.build_engine | ( | model_file, | |
shapes, | |||
max_ws = 512*1024*1024 , |
|||
fp16 = False |
|||
) |