Searched refs:validateOperandExtraParams (Results 1 – 2 of 2) sorted by relevance
99 static bool validateOperandExtraParams(const V1_3::Operand& operand, uint32_t index) { in validateOperandExtraParams() function343 NN_RET_CHECK(validateOperandExtraParams(operand, index)); in validateOperands()
598 Result<Version> validateOperandExtraParams(const Operand& operand) { in validateOperandExtraParams() function671 version = combineVersions(version, NN_TRY(validateOperandExtraParams(operand))); in validateOperand()