estimatePerformance
Class: dlhdl.ProcessorConfig
Package: dlhdl
Retrieve layer-level latencies and performance by using
estimatePerformance
method
Syntax
Description
estimatePerformance(
returns the layer-level latencies and network performance for the object specified by the
processorConfigObject
, network
) network
argument.
returns
a table containing the performance
= estimatePerformance(processorConfigObject
,network
) network
object layer-level latencies and
performance.
returns
a table containing the performance
= estimatePerformance(processorConfigObject
,network
,Name,Value
) network
object layer-level latencies and
performance, with one or more arguments specified by optional name-value pair
arguments.
Input Arguments
Output Arguments
Examples
Tips
To obtain the performance estimation for a dlquantizer
object, set the
dlhdl.ProcessorConfig
object ProcessorDataType
to
int8
.
Version History
Introduced in R2021a