We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: NEGEMMLowpMatrixMultiplyCore fp16 output support for dequantization.
NEGEMMLowpMatrixMultiplyCore
cc @milpuz01
The text was updated successfully, but these errors were encountered:
Hi @alvoron
Just to clarify, can you please confirm that you would like to be able to use FP16 as output in NEGEMMLowpMatrixMultiplyCore.h
~NEGEMMLowpMatrixMultiplyCore(); /** Initialise the kernel's inputs, output * * Valid data layouts: * - NHWC * - NCHW * * Valid data type configurations: * |src0 |src1 |src2 |dst | * |:--------------|:------------------|:--------|:--------------| * |QASYMM8 |QASYMM8 |S32 |QASYMM8 | * |QASYMM8 |QASYMM8_SIGNED |S32 |QASYMM8 | * |QASYMM8 |QSYMM8_PER_CHANNEL |S32 |QASYMM8 | * |QASYMM8 |QSYMM8 |S32 |QASYMM8 | * |QASYMM8 |QASYMM8 |S32 |S32 | * |QASYMM8 |QSYMM8_PER_CHANNEL |S32 |S32 | * |QASYMM8 |QSYMM8 |S32 |S32 | * |QASYMM8 |QASYMM8_SIGNED |F32 |F32 | * |QASYMM8_SIGNED |QASYMM8_SIGNED |S32 |QASYMM8_SIGNED | * |QASYMM8_SIGNED |QSYMM8_PER_CHANNEL |S32 |QASYMM8_SIGNED | * |QASYMM8_SIGNED |QSYMM8 |S32 |QASYMM8_SIGNED | * |QASYMM8_SIGNED |QASYMM8_SIGNED |S32 |S32 | * |QASYMM8_SIGNED |QSYMM8_PER_CHANNEL |S32 |S32 | * |QASYMM8_SIGNED |QSYMM8 |S32 |S32 | * |QASYMM8_SIGNED |QASYMM8_SIGNED |F32 |F32 |
Sorry, something went wrong.
No branches or pull requests
Feature request:
NEGEMMLowpMatrixMultiplyCore
fp16 output support for dequantization.cc @milpuz01
The text was updated successfully, but these errors were encountered: