Package ai.djl.pytorch.engine
Contains classes to interface with the underlying PyTorch Engine.
-
Class Summary Class Description PtDeviceType DeviceType is the PyTorch equivalent of the types inDevice
.PtEngine PtEngineProvider PtEngineProvider
is the PyTorch implementation ofEngineProvider
.PtGradientCollector PtGradientCollector
is the PyTorch implementation ofGradientCollector
.PtModel PtModel
is the PyTorch implementation ofModel
.PtNDArray PtNDArray
is the PyTorch implementation ofNDArray
.PtNDArrayEx PtNDArrayEx
is the PyTorch implementation of theNDArrayEx
.PtNDArrayIndexer TheNDArrayIndexer
used by thePtNDArray
.PtNDManager PtNDManager
is the PyTorch implementation ofNDManager
.PtSymbolBlock PtSymbolBlock
is the PyTorch implementation ofSymbolBlock
.