Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DValidateHal.cpp834 bool validateRequest(const T_Request& request, const T_Model& model, bool allowUnspecifiedOutput) { in validateRequest() argument
843 /*allowUnspecified=*/version >= HalVersion::V1_2 && allowUnspecifiedOutput, in validateRequest()
850 bool allowUnspecifiedOutput);
853 bool allowUnspecifiedOutput);
856 bool allowUnspecifiedOutput);
860 bool allowUnspecifiedOutput) { in validateRequest() argument
865 request.pools, allowUnspecifiedOutput, "output") && in validateRequest()
DValidation.cpp1169 bool isOutput, bool allowUnspecifiedOutput) { in validateRequestArgumentsForModel() argument
1198 NN_VALIDATE(allowUnspecifiedOutput) in validateRequestArgumentsForModel()
1207 NN_VALIDATE(isOutput && allowUnspecifiedOutput) in validateRequestArgumentsForModel()
1226 NN_VALIDATE(isOutput && allowUnspecifiedOutput) in validateRequestArgumentsForModel()
1253 bool allowUnspecifiedOutput) { in validateRequestForModelImpl() argument
1263 /*isOutput=*/true, allowUnspecifiedOutput))); in validateRequestForModelImpl()
2818 bool allowUnspecifiedOutput) { in validateRequestForModel() argument
2819 return validateRequestForModelImpl(request, model, allowUnspecifiedOutput); in validateRequestForModel()
/packages/modules/NeuralNetworks/common/include/
DValidateHal.h57 bool allowUnspecifiedOutput = true);
/packages/modules/NeuralNetworks/common/include/nnapi/
DValidation.h65 bool allowUnspecifiedOutput = true);