GetFLOPS
Computes FLOP for whole loaded model with specified input shapes.
GetMemoryConsumption
Computes bytes number which are required to store all weights and intermediate blobs for model.
GetPerfProfile
Returns overall time for inference and timings (in ticks) for layers. Indexes in returned vector …