Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionBuilder.cpp58 const char* tag, bool allowUnspecified) { in checkDimensionInfo() argument
64 if (validateOperandType(*newType, info, tag, allowUnspecified) != in checkDimensionInfo()
83 if (!allowUnspecified && TypeManager::get()->isTensorType(operand.type) && in checkDimensionInfo()
/frameworks/ml/nn/common/
DValidateHal.cpp748 bool allowUnspecified, const char* type) { in validateRequestArguments() argument
781 if (!allowUnspecified) { in validateRequestArguments()
807 if (requestArgument.dimensions[i] == 0 && !allowUnspecified) { in validateRequestArguments()