Searched refs:operandCodeWithinExtension (Results 1 – 5 of 5) sorted by relevance
/packages/modules/NeuralNetworks/runtime/include/ |
D | NeuralNetworksExtensions.h | 71 uint16_t operandCodeWithinExtension, int32_t* type)
|
/packages/modules/NeuralNetworks/shim_and_sl/include/ |
D | SupportLibraryWrapper.h | 299 uint16_t operandCodeWithinExtension, int32_t* type) { in getExtensionOperandType() argument 301 mModel, extensionName.c_str(), operandCodeWithinExtension, type) != in getExtensionOperandType() 308 uint16_t operandCodeWithinExtension, in getExtensionOperationType() argument 311 mModel, extensionName.c_str(), operandCodeWithinExtension, type) != in getExtensionOperationType()
|
/packages/modules/NeuralNetworks/shim_and_sl/public/ |
D | NeuralNetworksSupportLibraryImpl.h | 1144 uint16_t operandCodeWithinExtension,
|
/packages/modules/NeuralNetworks/runtime/ |
D | NeuralNetworksV2.cpp | 1504 uint16_t operandCodeWithinExtension, in ANeuralNetworksModel_getExtensionOperandType() argument 1512 return m->getExtensionType(extensionName, operandCodeWithinExtension, type); in ANeuralNetworksModel_getExtensionOperandType()
|
D | NeuralNetworks.cpp | 1520 uint16_t operandCodeWithinExtension, in ANeuralNetworksModel_getExtensionOperandType() argument 1528 return m->getExtensionType(extensionName, operandCodeWithinExtension, type); in ANeuralNetworksModel_getExtensionOperandType()
|