Deep Learning Arrays
R2026bA 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
dlarray | Deep learning array for customization |
Topics
- Code Generation for dlarray
Use deep learning arrays in MATLAB® code intended for code generation.
- Load Pretrained Networks for Code Generation
Create a
dlnetworkobject, or an object detector for code generation. - Generate Generic C/C++ Code for Deep Learning Networks
Generate C/C++/CUDA code for prediction from a deep learning network that does not depend on third-party libraries.