Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DUtils.h139 int validateOperandType(const ANeuralNetworksOperandType& type, const char* tag, bool allowPartial);
/frameworks/ml/nn/common/
DUtils.cpp286 bool allowPartial) { in validateOperandType() argument
287 if (!allowPartial) { in validateOperandType()