Main Content

Deep Learning Arrays

R2026b
Code generation for deep learning arrays

A dlarray (Deep Learning Toolbox) stores data with optional data format labels for deep learning workflows and enables automatic differentiation. Code generation supports both formatted and unformatted dlarray objects as inputs to the predict method of dlnetwork objects.

You can also pass numeric arrays directly to predict without creating a dlarray object. (since R2026b)

Objects

dlarrayDeep learning array for customization

Topics