Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/shim_and_sl/include/
DSupportLibraryWrapper.h297 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/
DNeuralNetworksExtensions.h71 uint16_t operandCodeWithinExtension, int32_t* type)
/packages/modules/NeuralNetworks/shim_and_sl/public/
DNeuralNetworksSupportLibraryImpl.h820 uint16_t operandCodeWithinExtension,
/packages/modules/NeuralNetworks/runtime/
DNeuralNetworks.cpp1469 uint16_t operandCodeWithinExtension, in ANeuralNetworksModel_getExtensionOperandType() argument
1477 return m->getExtensionType(extensionName, operandCodeWithinExtension, type); in ANeuralNetworksModel_getExtensionOperandType()