Loading neuralnetworks/1.2/vts/functional/ValidateModel.cpp +3 −2 Original line number Diff line number Diff line Loading @@ -388,7 +388,8 @@ static bool mutateOperationOperandTypeSkip(size_t operand, OperandType type, con case OperationType::GROUPED_CONV_2D: case OperationType::DEPTHWISE_CONV_2D: case OperationType::CONV_2D: { if (operand == 1 && (type == OperandType::TENSOR_QUANT8_ASYMM || if (operand == operation.inputs[1] && (type == OperandType::TENSOR_QUANT8_ASYMM || type == OperandType::TENSOR_QUANT8_SYMM_PER_CHANNEL)) { return true; } Loading Loading
neuralnetworks/1.2/vts/functional/ValidateModel.cpp +3 −2 Original line number Diff line number Diff line Loading @@ -388,7 +388,8 @@ static bool mutateOperationOperandTypeSkip(size_t operand, OperandType type, con case OperationType::GROUPED_CONV_2D: case OperationType::DEPTHWISE_CONV_2D: case OperationType::CONV_2D: { if (operand == 1 && (type == OperandType::TENSOR_QUANT8_ASYMM || if (operand == operation.inputs[1] && (type == OperandType::TENSOR_QUANT8_ASYMM || type == OperandType::TENSOR_QUANT8_SYMM_PER_CHANNEL)) { return true; } Loading