Package ai.djl.paddlepaddle.engine


package ai.djl.paddlepaddle.engine
Contains implementations of interfaces within the DJL API for the PaddlePaddle Engine.
  • Classes
    Class
    Description
    PaddlePaddle C++ Predictor.
    Helper to convert between DataType an the PaddlePaddle internal DataTypes.
    The PpEngine is an implementation of the Engine based on the PaddlePaddle.
    PpEngineProvider is the PaddlePaddle implementation of EngineProvider.
    PpModel is the PaddlePaddle implementation of Model.
    PpNDArray is the PaddlePaddle implementation of NDArray.
    PpNDManager is the PaddlePaddle implementation of NDManager.
    PpPredictor is special implementation of Predictor for PaddlePaddle.
    PpSymbolBlock is the PaddlePaddle implementation of SymbolBlock.