getPerfProfile (cv.Net) - MATLAB File Help |
Returns overall time for inference and timings (in ticks) for layers
[timings, total] = net.getPerfProfile()
Indexes in returned vector correspond to layers ids. Some layers can be fused with others, in this case zero ticks count will be return for that skipped layers.
Access | public |
Sealed | false |
Static | false |