Function SnpeUdo_validateOperation

Function Documentation

SnpeUdo_ErrorType_t SnpeUdo_validateOperation(SnpeUdo_OpDefinition_t *opDefinition)

A function to validate that a set of params is supported by an operation The function receives an operation definition struct, and returns if this configuration is supported (e.g. if an operation can be created using this configuration)

Parameters

opDefinition[in] A struct of SnpeUdo_OpDefinition type, containing the information needed to validate that an operation can be created with this configuration.

Returns

Error code, indicating is the operation can be created on this set or not.