hexagon.ENPU
Description
The hexagon.ENPU System object is an interface to predict responses of
eNPU using a compiled eAI model.
To create the interface to predict responses of eNPU:
Create the
hexagon.ENPUobject and set its properties.Call the object with arguments, as if it were a function.
To learn more about how System objects work, see What Are System Objects?
Creation
Syntax
Description
enpu = hexagon.ENPU(EAINetworkFile=
creates an eNPU interface to predict responses by using a compiled embedded Artificial
Intelligence (eAI) model designed for Qualcomm® eNPU.EAINetworkFile)
enpu = hexagon.ENPU(EAINetworkFile=
sets Properties using one or
more name-value arguments.CompiledEAIModel,Name=Value)
Input Arguments
Name-Value Arguments
Properties
Usage
Syntax
Description
predicts responses of eNPU based on the input data, enpuresponse = enpu(x)x
Instead of calling the System object directly, you can also use the Predict function to obtain the response.
Input Arguments
Output Arguments
Object Functions
To use an object function, specify the
System object™ as the first input argument. For
example, to release system resources of a System object named obj, use
this syntax:
release(obj)
Examples
Version History
Introduced in R2025a