This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VMXEVM: Can I set the quant scale for the two inputs separately?

Part Number: TDA4VMXEVM

I have asked a related question before: https://e2e.ti.com/support/processors/f/791/p/896299/3313401

But, This doesn't completely solve my problem.

I have 2 input in ModelB. The scale of input_1 is s_1 and the scale of input_2 is s_2.

I have set as following in my import configuration file:

inQuantFactor = s1 s2

inDataNameList = "input_1, input_2"

But in the trace log I can see the scales of input_1 and input_2 are both s1.

Can I set the scale for the two inputs separately?