Home
last modified time | relevance | path

Searched refs:getOperandTypeName (Results 1 – 3 of 3) sorted by relevance

/frameworks/ml/nn/common/
DValidateHal.cpp106 << getOperandTypeName(operand.type) << " with a non-zero scale (" in validateOperands()
115 << getOperandTypeName(operand.type) << " with a negative scale"; in validateOperands()
122 << getOperandTypeName(operand.type) << " with a non-positive scale"; in validateOperands()
142 << getOperandTypeName(operand.type) << " with an non-zero zeroPoint " in validateOperands()
150 << getOperandTypeName(operand.type) << " with an invalid zeroPoint " in validateOperands()
DUtils.cpp115 const char* getOperandTypeName(OperandType type) { in getOperandTypeName() function
/frameworks/ml/nn/common/include/
DUtils.h102 const char* getOperandTypeName(OperandType type);