Home
last modified time | relevance | path

Searched refs:ANEURALNETWORKS_MODEL (Results 1 – 6 of 6) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/
DTestOperandExtraParams.cpp53 case ANEURALNETWORKS_MODEL: in createOperand()
148 ANEURALNETWORKS_MODEL,
DTestValidateOperations.cpp4559 ANeuralNetworksOperandType modelType = getOpType(ANEURALNETWORKS_MODEL); in testIf()
4662 ANeuralNetworksOperandType modelType = getOpType(ANEURALNETWORKS_MODEL); in testWhile()
DTestValidation.cpp756 ANeuralNetworksOperandType modelType = {.type = ANEURALNETWORKS_MODEL}; in TEST_F()
DTestPartitioning.cpp726 case ANEURALNETWORKS_MODEL: in addOperand()
/packages/modules/NeuralNetworks/runtime/include/
DNeuralNetworksTypes.h208 ANEURALNETWORKS_MODEL = 15, enumerator
DNeuralNetworksWrapper.h57 MODEL = ANEURALNETWORKS_MODEL,