Struct QnnBackend_OperationName_t

Struct Documentation

struct QnnBackend_OperationName_t

Struct which encapsulates the fully-qualified name of an operation.

Public Members

const char *packageName

The op package to which the operation belongs.

const char *name

The type name of the operation.

const char *target

The intended target platform for the combination of domain and operation name. Target may be unused (NULL) by some backends.