qnn.getNetworkProperties
Read values for properties defined in QNN model or QNN context binary file
Since R2025b
Syntax
Description
qnn.getNetworkProperties("QNN-Model",
reads values of input layer and output layer properties defined in the specified QNN
host model file (which is used while creating QNNHostModel)qnn.HTP or
qnn.CPU System object) and returns a structure of values. This
syntax is valid for Windows and Linux host.
qnn.getNetworkProperties("BINARY",
reads values of input layer and output layer properties defined in QNN context binary
file (which is used while creating QNNContextBinary,Backend="HTP",ProcessorVersion=VersionNumber)qnn.HTP System object) for the
specified HTP processor version and returns a structure of values. This syntax is valid
for Linux host only.
qnn.getNetworkProperties("BINARY",
reads values of input layer and output layer properties defined in QNN context binary
file (which is used while creating QNNContextBinary,Backend="LPAI",LPAIVersion=VersionNumber)qnn.LPAI System object) for the
specified LPAI version and returns a structure of values. This syntax is valid for Linux
host only.
Examples
Input Arguments
Version History
Introduced in R2025b