Searched refs:operandCodeWithinExtension (Results 1 – 4 of 4) sorted by relevance
/packages/modules/NeuralNetworks/shim_and_sl/include/ |
D | SupportLibraryWrapper.h | 297 uint16_t operandCodeWithinExtension, int32_t* type) { in getExtensionOperandType() argument 299 mModel, extensionName.c_str(), operandCodeWithinExtension, type) != in getExtensionOperandType() 306 uint16_t operandCodeWithinExtension, in getExtensionOperationType() argument 309 mModel, extensionName.c_str(), operandCodeWithinExtension, type) != in getExtensionOperationType()
|
/packages/modules/NeuralNetworks/runtime/include/ |
D | NeuralNetworksExtensions.h | 71 uint16_t operandCodeWithinExtension, int32_t* type)
|
/packages/modules/NeuralNetworks/shim_and_sl/public/ |
D | NeuralNetworksSupportLibraryImpl.h | 820 uint16_t operandCodeWithinExtension,
|
/packages/modules/NeuralNetworks/runtime/ |
D | NeuralNetworks.cpp | 1469 uint16_t operandCodeWithinExtension, in ANeuralNetworksModel_getExtensionOperandType() argument 1477 return m->getExtensionType(extensionName, operandCodeWithinExtension, type); in ANeuralNetworksModel_getExtensionOperandType()
|