Lines Matching refs:an
23 a slash (/), for example, `/data/foo`, or a name of an Android app package, for
28 an app directly using the NNAPI driver HAL interface.
33 complete example of an extension definition can be found in
83 types and operand types from other extensions. When using an operand type from
101 extension support. This section provides an overview of the C API.
103 To check whether a device supports an extension, use
116 To build a model with an extension operand, use `ANeuralNetworksModel_getExtensionOperandType`
133 to associate additional data with an extension operand.
144 To build a model with an extension operation, use
157 ## Adding extension support to an NNAPI driver
160 method. The returned list must contain an entry describing each supported
186 When handling an operation or operand type, the driver must check the extension
188 type is an extension type. If the value is `0`, the operation or operand type
189 isn't an extension type.
191 To map the prefix to an extension name, look it up in `model.extensionNameToPrefix`.
207 NNAPI has an OEM operation and OEM data types to allow