Typedef SnpeUdo_HexNNv2OpInfra_t

Typedef Documentation

typedef void *SnpeUdo_HexNNv2OpInfra_t

hexnn v2 per operation infrastructure

The framework/runtime passes per operation infrastructure as a void pointer to HexNN UDO implementation library by calling function “SnpeUdo_createOperation”. UDO implementation library is expected to cast it to the following type and save it.

This is needed to be passed back into some functions from global infrastructure.