Home
last modified time | relevance | path

Searched refs:operandCodeWithinExtension (Results 1 – 5 of 5) sorted by relevance

/packages/modules/NeuralNetworks/runtime/include/
DNeuralNetworksExtensions.h71 uint16_t operandCodeWithinExtension, int32_t* type)
/packages/modules/NeuralNetworks/shim_and_sl/include/
DSupportLibraryWrapper.h299 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/
DNeuralNetworksSupportLibraryImpl.h1144 uint16_t operandCodeWithinExtension,
/packages/modules/NeuralNetworks/runtime/
DNeuralNetworksV2.cpp1504 uint16_t operandCodeWithinExtension, in ANeuralNetworksModel_getExtensionOperandType() argument
1512 return m->getExtensionType(extensionName, operandCodeWithinExtension, type); in ANeuralNetworksModel_getExtensionOperandType()
DNeuralNetworks.cpp1520 uint16_t operandCodeWithinExtension, in ANeuralNetworksModel_getExtensionOperandType() argument
1528 return m->getExtensionType(extensionName, operandCodeWithinExtension, type); in ANeuralNetworksModel_getExtensionOperandType()