qnn.getNetworkProperties
Read values for properties defined in QNN model or QNN context binary file
Since R2025b
Syntax
Description
qnn.getNetworkProperties(
reads values of input layer and output layer properties defined in the specified QNN
host model file (which is used while creating DLNetworkFormat="QNN-Model", 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(
reads values of input layer and output layer properties defined in QNN context binary
file (which is used while creating DLNetworkFormat="BINARY", QNNContextBinary,"HTP")qnn.HTP System object) and returns a
structure of values. This syntax is valid for Linux host only.
qnn.getNetworkProperties(
reads values of input layer and output layer properties defined in QNN context binary
file (which is used while creating DLNetworkFormat="BINARY", QNNContextBinary,"LPAI")qnn.LPAI System object) and returns
a structure of values. This syntax is valid for Linux host only.
Examples
Input Arguments
Version History
Introduced in R2025b