Home
last modified time | relevance | path

Searched refs:allowUnspecified (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/common/
DValidateHal.cpp753 bool allowUnspecified, const char* type) { in validateRequestArguments() argument
786 if (!allowUnspecified) { in validateRequestArguments()
821 if (requestArgument.dimensions[i] == 0 && !allowUnspecified) { in validateRequestArguments()
/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.cpp117 const char* tag, bool allowUnspecified) { in checkDimensionInfo() argument
123 if (validateOperandType(*newType, info, tag, allowUnspecified) != in checkDimensionInfo()
143 if (!allowUnspecified && TypeManager::get()->isTensorType(operand.type) && in checkDimensionInfo()