Hello,
I have met a problem with bais layer in TDA2x platform.
TIDL version: 01.01.03
The bais parameter is
bias_param {
filler {
type: "constant"
value: -128.0
}
}
This is the bais layer input(left) and output(right) on TDA2x platform.
Here's our current layers like:
Data layer -> other layer -> bias layer ...
Does bias layer take only data layer as input?
Input element type is unsigned.
Output element type is signed.
It seems that no subtract operation in this layer.
And this is the PC-Simulator bais layer input and output:
Thank you,
Kevin.