isequaln
Description
tf = isequaln(net1,net2)dlnetwork objects net1 and
          net2. The function returns 1
          (true) when the properties and architectures match, ignoring
          NaN values. Otherwise, the function returns 0
          (false).
The isequaln function can operate on arrays of neural networks. In
        this case, the function performs element-wise comparison.
tf = isequaln(net1,...,netN)N neural networks net1, …,
          netN, ignoring NaN values.
Examples
Input Arguments
Version History
Introduced in R2021aSee Also
isequal | trainnet | trainingOptions | dlnetwork | analyzeNetwork