Skip to content

Conversation

llFreetimell
Copy link
Contributor

This draft is for supporting int16 type for some ops in ONERT

This draft is for supporting int16 type for some ops in ONERT

Signed-off-by: Seok Namkoong <[email protected]>
@@ -121,6 +121,9 @@ void ConcatLayer::run()
case OperandType::QUANT_INT8_ASYMM:
concatenationGeneral<int8_t>();
break;
case OperandType::QUANT_INT16_SYMM:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update OperationValidator for concat QUANT_INT16_SYMM to check quantization parameter.

@llFreetimell
Copy link
Contributor Author

All merged

@llFreetimell llFreetimell deleted the draft_runtime_int16 branch August 29, 2025 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants