MATLAB: How to judge a array is dlarray in matlab

deep learningDeep Learning Toolbox

how to judge a array is dlarray in matlab? If it is a dlarray type, so I can perform an extractdata operation

Best Answer

Hi Cui,
You can use the isdlarray function in MATLAB to check if an array is of type dlarray.
Hari
Related Question