Package ai.djl.tensorrt.engine


package ai.djl.tensorrt.engine
Contains classes to interface with the underlying TensorRT Engine.
  • Classes
    Class
    Description
    The TrtEngine is an implementation of the Engine based on the TensorRT.
    TrtEngineProvider is the TensorRT implementation of EngineProvider.
    TrtModel is the TensorRT implementation of Model.
    TrtNDArray is the TensorRT implementation of NDArray.
    TrtNDManager is the TensorRT implementation of NDManager.
    TrtSession represents the TensorRT's execution context.
    TrtSymbolBlock is the TensorRT implementation of SymbolBlock.